Searched defs:OldLI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp179 void insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI,
1095 void InlineSpiller::insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI, argument
1111 LiveInterval &OldLI = LIS.getInterval(Reg); local
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);

Completed in 130 milliseconds