Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp460 SlotIndex MBBStart, MBBEnd; in pruneValue() local
461 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(KillMBB); in pruneValue()
464 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
471 LI->removeSegment(Kill, MBBEnd); in pruneValue()
472 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
488 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
497 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
505 LI->removeSegment(MBBStart, MBBEnd); in pruneValue()
506 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
DLiveDebugVariables.cpp952 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues() local
954 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
958 while(Stop > MBBEnd) { in emitDebugValues()
960 Start = MBBEnd; in emitDebugValues()
963 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
964 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()
DRegisterCoalescer.cpp1732 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent() local
1741 if (End >= MBBEnd) { in taintExtent()
1755 if (++OtherI == Other.LI.end() || OtherI->start >= MBBEnd) in taintExtent()
DMachineScheduler.cpp271 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in runOnMachineFunction() local
272 MBB != MBBEnd; ++MBB) { in runOnMachineFunction()