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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp570 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { function in class:SplitEditor
571 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
572 DEBUG(dbgs() << " leaveIntvBefore " << Idx);
1156 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);
1272 Idx = leaveIntvBefore(LeaveBefore);
1326 SlotIndex Idx = leaveIntvBefore(LSP);
1361 SlotIndex To = leaveIntvBefore(LSP);

Completed in 72 milliseconds