Searched refs:enterIntvAtEnd (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.h377 /// enterIntvAtEnd - Enter the open interval at the end of MBB.
380 SlotIndex enterIntvAtEnd(MachineBasicBlock &MBB);
H A DSplitKit.cpp513 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { function in class:SplitEditor
514 assert(OpenIdx && "openIntv not called before enterIntvAtEnd");
517 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last);
1217 SlotIndex Idx = enterIntvAtEnd(*MBB);
1252 Idx = enterIntvAtEnd(*MBB);

Completed in 334 milliseconds