Home
last modified time | relevance | path

Searched refs:MBBEnd (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp983 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues() local
985 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
989 while(Stop > MBBEnd) { in emitDebugValues()
991 Start = MBBEnd; in emitDebugValues()
994 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
995 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
DSplitKit.cpp65 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in computeLastSplitPoint() local
72 LSP.first = MBBEnd; in computeLastSplitPoint()
97 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()
105 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd) in computeLastSplitPoint()
DMachineScheduler.cpp209 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in runOnMachineFunction() local
210 MBB != MBBEnd; ++MBB) { in runOnMachineFunction()