6 references to GetInstructionIndex
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
1180
i =
GetInstructionIndex
(target);
1189
condBranches.Push(
GetInstructionIndex
(starget));
1193
condBranches.Push(
GetInstructionIndex
(t));
1241
condBranches.Push(
GetInstructionIndex
(handler.HandlerStart));
1244
condBranches.Push(
GetInstructionIndex
(handler.FilterStart));
1245
int filterEnd =
GetInstructionIndex
(handler.HandlerStart) - 1;