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

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

Completed in 37 milliseconds