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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp480 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { function in class:SplitEditor
481 assert(OpenIdx && "openIntv not called before enterIntvBefore");
482 DEBUG(dbgs() << " enterIntvBefore " << Idx);
491 assert(MI && "enterIntvBefore called with invalid index");
1157 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr,
1253 Idx = enterIntvBefore(LeaveBefore);
1355 SlotIndex From = enterIntvBefore(LeaveBefore);
1370 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore));
1413 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr));
1434 SlotIndex From = enterIntvBefore(st
[all...]

Completed in 82 milliseconds