Searched refs:MBBEnd (Results 1 – 3 of 3) sorted by relevance
983 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues() local985 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()
65 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in computeLastSplitPoint() local72 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()
209 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in runOnMachineFunction() local210 MBB != MBBEnd; ++MBB) { in runOnMachineFunction()