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.cpp539 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { function in class:SplitEditor
540 assert(OpenIdx && "openIntv not called before leaveIntvAfter");
541 DEBUG(dbgs() << " leaveIntvAfter " << Idx);
1153 useIntv(SegStart, leaveIntvAfter(BI.LastInstr));
1320 SlotIndex Idx = leaveIntvAfter(BI.LastInstr);
1347 SlotIndex To = leaveIntvAfter(BI.LastInstr);
H A DRegAllocGreedy.cpp1520 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]);

Completed in 60 milliseconds