Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp659 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore() function in SplitEditor
1582 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()
1677 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1779 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1794 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1838 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()
1859 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()
H A DSplitKit.h483 SlotIndex enterIntvBefore(SlotIndex Idx);
H A DRegAllocGreedy.cpp2129 SlotIndex SegStart = SE->enterIntvBefore(Use); in tryInstructionSplit()
2432 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()