6 references to GetInstructionIndex
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
1223
i =
GetInstructionIndex
(target);
1232
condBranches.Push(
GetInstructionIndex
(starget));
1236
condBranches.Push(
GetInstructionIndex
(t));
1284
condBranches.Push(
GetInstructionIndex
(handler.HandlerStart));
1287
condBranches.Push(
GetInstructionIndex
(handler.FilterStart));
1288
int filterEnd =
GetInstructionIndex
(handler.HandlerStart) - 1;