Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h392 SlotIndex leaveIntvAfter(SlotIndex Idx);
DSplitKit.cpp531 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter() function in SplitEditor
1134 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1301 SlotIndex Idx = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
1328 SlotIndex To = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
DRegAllocGreedy.cpp1576 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit()
1877 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()