6 references to GetInstructionIndex
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
1089
i =
GetInstructionIndex
(target);
1097
condBranches.Push (
GetInstructionIndex
(starget));
1101
condBranches.Push (
GetInstructionIndex
(t));
1145
condBranches.Push (
GetInstructionIndex
(handler.HandlerStart));
1147
condBranches.Push (
GetInstructionIndex
(handler.FilterStart));
1148
int filterEnd =
GetInstructionIndex
(handler.HandlerStart) - 1;