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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp501 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { function in class:SplitEditor
502 assert(OpenIdx && "openIntv not called before enterIntvAtEnd");
505 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last);
1195 SlotIndex Idx = enterIntvAtEnd(*MBB);
1230 Idx = enterIntvAtEnd(*MBB);

Completed in 131 milliseconds