Searched refs:LiveInts (Results 1 – 1 of 1) sorted by relevance
205 LiveIntervals *LiveInts; member377 LiveInts = nullptr; in verify()381 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); in verify()383 if (!LiveInts) in verify()466 if (LiveInts != nullptr) in report()467 LiveInts->print(errs()); in report()1652 if (LiveInts) { in visitMachineInstrBefore()1653 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()2045 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()2048 SlotIndex Idx = LiveInts->getInstructionIndex(*MI); in visitMachineOperand()[all …]