HomeSort by relevance Sort by last modified time
    Searched refs:leaveIntvBefore (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 394 /// leaveIntvBefore - Leave the open interval before the instruction at Idx.
396 SlotIndex leaveIntvBefore(SlotIndex Idx);
SplitKit.cpp 565 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) {
566 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
567 DEBUG(dbgs() << " leaveIntvBefore " << Idx);
    [all...]

Completed in 522 milliseconds