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

  /external/llvm/lib/CodeGen/
SplitKit.h 379 /// enterIntvAtEnd - Enter the open interval at the end of MBB.
382 SlotIndex enterIntvAtEnd(MachineBasicBlock &MBB);
SplitKit.cpp 501 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) {
502 assert(OpenIdx && "openIntv not called before enterIntvAtEnd");
505 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last);
    [all...]

Completed in 355 milliseconds