2 references to IsPairedStlocLdloc
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
984
if (i >= 3 && GetConstantValue (FoldedInstructions[i - 3], out operand) && operand is int opint2 &&
IsPairedStlocLdloc
(FoldedInstructions[i - 2], FoldedInstructions[i - 1])) {
998
if (i >= 5 && opcode == OpCodes.Switch && GetConstantValue (FoldedInstructions[i - 5], out operand) && operand is int opint3 &&
IsPairedStlocLdloc
(FoldedInstructions[i - 4], FoldedInstructions[i - 3])) {