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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h370 /// enterIntvBefore - Enter the open interval before the instruction at Idx.
373 SlotIndex enterIntvBefore(SlotIndex Idx);
H A DSplitKit.cpp469 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { function in class:SplitEditor
470 assert(OpenIdx && "openIntv not called before enterIntvBefore");
471 DEBUG(dbgs() << " enterIntvBefore " << Idx);
480 assert(MI && "enterIntvBefore called with invalid index");
1132 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr,
1228 Idx = enterIntvBefore(LeaveBefore);
1330 SlotIndex From = enterIntvBefore(LeaveBefore);
1345 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore));
1388 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr));
1409 SlotIndex From = enterIntvBefore(st
[all...]
H A DRegAllocGreedy.cpp1606 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]);
1907 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);

Completed in 153 milliseconds