HomeSort by: relevance | last modified time | path
    Searched defs:OldLI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeEdit.cpp 46 LiveInterval &OldLI = LIS.getInterval(OldReg);
48 for (LiveInterval::SubRange &S : OldLI.subranges())
InlineSpiller.cpp 1038 LiveInterval &OldLI = LIS.getInterval(Reg);
1071 // Find the slot index where this instruction reads and writes OldLI.
1074 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true)))
1088 if (hoistSpillInsideBB(OldLI, *MI)) {

Completed in 86 milliseconds