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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 489 /// enterIntvAtEnd - Enter the open interval at the end of MBB.
492 SlotIndex enterIntvAtEnd(MachineBasicBlock &MBB);
SplitKit.cpp 694 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) {
695 assert(OpenIdx && "openIntv not called before enterIntvAtEnd");
698 LLVM_DEBUG(dbgs() << " enterIntvAtEnd " << printMBBReference(MBB) << ", "
1645 SlotIndex Idx = enterIntvAtEnd(*MBB);
1680 Idx = enterIntvAtEnd(*MBB);

Completed in 18 milliseconds