reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
386 LiveInts = nullptr; 390 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); 392 if (!LiveInts) 480 if (LiveInts != nullptr) 481 LiveInts->print(errs()); 1514 if (LiveInts) { 1515 bool mapped = !LiveInts->isNotInMIMap(*MI); 1829 LiveInts && !LiveInts->isNotInMIMap(*MI)) { 1829 LiveInts && !LiveInts->isNotInMIMap(*MI)) { 1832 SlotIndex Idx = LiveInts->getInstructionIndex(*MI); 1956 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { 1956 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { 1957 SlotIndex UseIdx = LiveInts->getInstructionIndex(*MI); 1963 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) 1969 if (LiveInts->hasInterval(Reg)) { 1971 const LiveInterval &LI = LiveInts->getInterval(Reg); 2068 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { 2068 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { 2069 SlotIndex DefIdx = LiveInts->getInstructionIndex(*MI); 2073 if (LiveInts->hasInterval(Reg)) { 2074 const LiveInterval &LI = LiveInts->getInterval(Reg); 2304 if (LiveInts) 2339 assert(LiveInts && "Don't call verifyLiveIntervals without LiveInts"); 2347 if (!LiveInts->hasInterval(Reg)) { 2353 const LiveInterval &LI = LiveInts->getInterval(Reg); 2360 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) 2386 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); 2395 if (VNI->def != LiveInts->getMBBStartIdx(MBB)) { 2404 const MachineInstr *MI = LiveInts->getInstructionFromIndex(VNI->def); 2477 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); 2484 SlotIndex MBBStartIdx = LiveInts->getMBBStartIdx(MBB); 2492 LiveInts->getMBBFromIndex(S.end.getPrevSlot()); 2501 if (S.end == LiveInts->getMBBEndIdx(EndMBB)) 2511 LiveInts->getInstructionFromIndex(S.end.getPrevSlot()); 2615 LiveInterval &OwnerLI = LiveInts->getInterval(Reg); 2620 assert(LiveInts->isLiveInToMBB(LR, &*MFI)); 2631 VNI->def == LiveInts->getMBBStartIdx(&*MFI); 2636 SlotIndex PEnd = LiveInts->getMBBEndIdx(*PI); 2650 << LiveInts->getMBBStartIdx(&*MFI) << ", not live before " 2662 << LiveInts->getMBBStartIdx(&*MFI) << '\n'; 2709 ConnectedVNInfoEqClasses ConEQ(*LiveInts);