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

/external/llvm/lib/CodeGen/
H A DSplitKit.h394 /// leaveIntvBefore - Leave the open interval before the instruction at Idx.
396 SlotIndex leaveIntvBefore(SlotIndex Idx);
H A DSplitKit.cpp576 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { function in class:SplitEditor
577 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
578 DEBUG(dbgs() << " leaveIntvBefore " << Idx);
1161 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);
1277 Idx = leaveIntvBefore(LeaveBefore);
1331 SlotIndex Idx = leaveIntvBefore(LSP);
1366 SlotIndex To = leaveIntvBefore(LSP);

Completed in 53 milliseconds