Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CIdx

1120       SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill);
1121 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill;
1122 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill;