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

/external/llvm/lib/CodeGen/
H A DSplitKit.h368 /// enterIntvBefore - Enter the open interval before the instruction at Idx.
371 SlotIndex enterIntvBefore(SlotIndex Idx);
H A DSplitKit.cpp478 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { function in class:SplitEditor
479 assert(OpenIdx && "openIntv not called before enterIntvBefore");
480 DEBUG(dbgs() << " enterIntvBefore " << Idx);
489 assert(MI && "enterIntvBefore called with invalid index");
1153 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr,
1249 Idx = enterIntvBefore(LeaveBefore);
1351 SlotIndex From = enterIntvBefore(LeaveBefore);
1366 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore));
1409 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr));
1430 SlotIndex From = enterIntvBefore(st
[all...]
H A DRegAllocGreedy.cpp1311 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]);
1608 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);

Completed in 121 milliseconds