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

/external/llvm/lib/CodeGen/
H A DSplitKit.h392 /// leaveIntvBefore - Leave the open interval before the instruction at Idx.
394 SlotIndex leaveIntvBefore(SlotIndex Idx);
H A DSplitKit.cpp574 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { function in class:SplitEditor
575 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
576 DEBUG(dbgs() << " leaveIntvBefore " << Idx);
1159 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);
1275 Idx = leaveIntvBefore(LeaveBefore);
1329 SlotIndex Idx = leaveIntvBefore(LSP);
1364 SlotIndex To = leaveIntvBefore(LSP);

Completed in 64 milliseconds