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

  /external/llvm/lib/CodeGen/
SplitKit.h 370 /// enterIntvBefore - Enter the open interval before the instruction at Idx.
373 SlotIndex enterIntvBefore(SlotIndex Idx);
SplitKit.cpp 466 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) {
467 assert(OpenIdx && "openIntv not called before enterIntvBefore");
468 DEBUG(dbgs() << " enterIntvBefore " << Idx);
477 assert(MI && "enterIntvBefore called with invalid index");
    [all...]
RegAllocGreedy.cpp     [all...]

Completed in 90 milliseconds