Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp469 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore() function in SplitEditor
1132 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()
1228 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1330 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1345 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1388 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()
1409 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()
DSplitKit.h373 SlotIndex enterIntvBefore(SlotIndex Idx);
DRegAllocGreedy.cpp1606 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit()
1907 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()