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

  /external/llvm/lib/CodeGen/
SplitKit.h 388 /// leaveIntvAfter - Leave the open interval after the instruction at Idx.
390 SlotIndex leaveIntvAfter(SlotIndex Idx);
SplitKit.cpp 543 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) {
544 assert(OpenIdx && "openIntv not called before leaveIntvAfter");
545 DEBUG(dbgs() << " leaveIntvAfter " << Idx);
    [all...]