Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h492 SlotIndex leaveIntvAfter(SlotIndex Idx);
H A DSplitKit.cpp783 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter() function in SplitEditor
1650 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1816 SlotIndex Idx = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
1843 SlotIndex To = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
H A DRegAllocGreedy.cpp1599 SlotIndex SegStop = SE->leaveIntvAfter(Use); in tryInstructionSplit()
1901 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()