HomeSort by: relevance | last modified time | path
    Searched refs:leaveIntvBefore (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 504 /// leaveIntvBefore - Leave the open interval before the instruction at Idx.
506 SlotIndex leaveIntvBefore(SlotIndex Idx);
SplitKit.cpp 773 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) {
774 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
775 LLVM_DEBUG(dbgs() << " leaveIntvBefore " << Idx);
1588 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);
1703 Idx = leaveIntvBefore(LeaveBefore);
1757 SlotIndex Idx = leaveIntvBefore(LSP);
1792 SlotIndex To = leaveIntvBefore(LSP);

Completed in 17 milliseconds