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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h379 /// enterIntvAtEnd - Enter the open interval at the end of MBB.
382 SlotIndex enterIntvAtEnd(MachineBasicBlock &MBB);
H A DSplitKit.cpp504 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { function in class:SplitEditor
505 assert(OpenIdx && "openIntv not called before enterIntvAtEnd");
508 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last);
1196 SlotIndex Idx = enterIntvAtEnd(*MBB);
1231 Idx = enterIntvAtEnd(*MBB);

Completed in 72 milliseconds