Searched refs:leaveIntvAfter (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.h388 /// leaveIntvAfter - Leave the open interval after the instruction at Idx.
390 SlotIndex leaveIntvAfter(SlotIndex Idx);
H A DSplitKit.cpp543 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { function in class:SplitEditor
544 assert(OpenIdx && "openIntv not called before leaveIntvAfter");
545 DEBUG(dbgs() << " leaveIntvAfter " << Idx);
1156 useIntv(SegStart, leaveIntvAfter(BI.LastInstr));
1323 SlotIndex Idx = leaveIntvAfter(BI.LastInstr);
1350 SlotIndex To = leaveIntvAfter(BI.LastInstr);
H A DRegAllocGreedy.cpp1312 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]);
1609 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]);

Completed in 59 milliseconds