Home
last modified time | relevance | path

Searched refs:OldLI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp152 void insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI,
864 void InlineSpiller::insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI, in insertSpill() argument
881 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local
921 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getUseIndex())) in spillAroundUses()
936 if (hoistSpill(OldLI, MI)) { in spillAroundUses()
979 insertSpill(NewLI, OldLI, Idx, MI); in spillAroundUses()
DStrongPHIElimination.cpp805 LiveInterval &OldLI = LI->getInterval(Reg); in MergeLIsAndRename() local
810 for (LiveInterval::iterator LRI = OldLI.begin(), LRE = OldLI.end(); in MergeLIsAndRename()