6 references to GetInstructionIndex
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
1207
i =
GetInstructionIndex
(target);
1216
condBranches.Push(
GetInstructionIndex
(starget));
1220
condBranches.Push(
GetInstructionIndex
(t));
1268
condBranches.Push(
GetInstructionIndex
(handler.HandlerStart));
1271
condBranches.Push(
GetInstructionIndex
(handler.FilterStart));
1272
int filterEnd =
GetInstructionIndex
(handler.HandlerStart) - 1;