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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp562 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { function in class:SplitEditor
563 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
564 DEBUG(dbgs() << " leaveIntvBefore " << Idx);
1137 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);
1253 Idx = leaveIntvBefore(LeaveBefore);
1307 SlotIndex Idx = leaveIntvBefore(LSP);
1342 SlotIndex To = leaveIntvBefore(LSP);

Completed in 109 milliseconds