Searched refs:OldLI (Results 1 – 2 of 2) sorted by relevance
152 void insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI,864 void InlineSpiller::insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI, in insertSpill() argument881 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local921 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getUseIndex())) in spillAroundUses()936 if (hoistSpill(OldLI, MI)) { in spillAroundUses()979 insertSpill(NewLI, OldLI, Idx, MI); in spillAroundUses()
805 LiveInterval &OldLI = LI->getInterval(Reg); in MergeLIsAndRename() local810 for (LiveInterval::iterator LRI = OldLI.begin(), LRE = OldLI.end(); in MergeLIsAndRename()