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

/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp583 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); local
586 if (LRQ.endPoint() < MBBEnd) {
593 LR.removeSegment(Kill, MBBEnd);
594 if (EndPoints) EndPoints->push_back(MBBEnd);
610 SlotIndex MBBStart, MBBEnd; local
611 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
620 if (LRQ.endPoint() < MBBEnd) {
628 LR.removeSegment(MBBStart, MBBEnd);
629 if (EndPoints) EndPoints->push_back(MBBEnd);
H A DLiveDebugVariables.cpp1008 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); local
1010 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);
1014 while(Stop > MBBEnd) {
1016 Start = MBBEnd;
1019 MBBEnd = LIS.getMBBEndIdx(MBB);
1020 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);
H A DSplitKit.cpp61 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); local
68 LSP.first = MBBEnd;
93 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd);
101 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)
H A DRegisterCoalescer.cpp2141 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); local
2143 // Scan Other.LR from VNI.def to MBBEnd.
2150 if (End >= MBBEnd) {
2164 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd)
H A DMachineScheduler.cpp400 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end();
401 MBB != MBBEnd; ++MBB) {

Completed in 113 milliseconds