Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OldLI

179   void insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI,
1095 void InlineSpiller::insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI,
1111 LiveInterval &OldLI = LIS.getInterval(Reg);
1148 // Find the slot index where this instruction reads and writes OldLI.
1151 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true)))
1166 if (hoistSpill(OldLI, MI)) {
1210 insertSpill(NewLI, OldLI, Idx, MI);