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

/external/llvm/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 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.cpp209 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end();
210 MBB != MBBEnd; ++MBB) {

Completed in 242 milliseconds