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

/external/llvm/lib/CodeGen/
H A DSplitKit.h396 /// leaveIntvAtTop - Leave the interval at the top of MBB.
399 SlotIndex leaveIntvAtTop(MachineBasicBlock &MBB);
H A DSplitKit.cpp593 SlotIndex SplitEditor::leaveIntvAtTop(MachineBasicBlock &MBB) { function in class:SplitEditor
594 assert(OpenIdx && "openIntv not called before leaveIntvAtTop");
596 DEBUG(dbgs() << " leaveIntvAtTop BB#" << MBB.getNumber() << ", " << Start);
1203 SlotIndex Idx = leaveIntvAtTop(*MBB);

Completed in 67 milliseconds