Searched defs:MBBEnd (Results 1 - 2 of 2) 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)

Completed in 171 milliseconds