Searched refs:enterIntvBefore (Results 1 – 3 of 3) sorted by relevance
664 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore() function in SplitEditor1611 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()1706 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()1808 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()1823 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()1867 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()1888 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()
464 /// enterIntvBefore - Enter the open interval before the instruction at Idx.467 SlotIndex enterIntvBefore(SlotIndex Idx);
1462 SlotIndex SegStart = SE->enterIntvBefore(Use); in tryInstructionSplit()1764 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()