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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveDebugVariables.cpp983 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); local
985 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);
989 while(Stop > MBBEnd) {
991 Start = MBBEnd;
994 MBBEnd = LIS.getMBBEndIdx(MBB);
995 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);
H A DLiveIntervalAnalysis.cpp748 SlotIndex MBBStart, MBBEnd; local
749 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(KillMBB);
752 if (LRQ.endPoint() < MBBEnd) {
759 LI->removeRange(Kill, MBBEnd);
760 if (EndPoints) EndPoints->push_back(MBBEnd);
776 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
785 if (LRQ.endPoint() < MBBEnd) {
793 LI->removeRange(MBBStart, MBBEnd);
794 if (EndPoints) EndPoints->push_back(MBBEnd);
H A DSplitKit.cpp65 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); local
72 LSP.first = MBBEnd;
97 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd);
105 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)
H A DMachineScheduler.cpp208 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end();
209 MBB != MBBEnd; ++MBB) {
H A DRegisterCoalescer.cpp1618 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); local
1620 // Scan Other.LI from VNI.def to MBBEnd.
1627 if (End >= MBBEnd) {
1641 if (++OtherI == Other.LI.end() || OtherI->start >= MBBEnd)

Completed in 139 milliseconds