Searched refs:LiveInts (Results 1 – 2 of 2) sorted by relevance
98 : Banner(b), LiveVars(LiveVars), LiveInts(LiveInts), LiveStks(LiveStks), in MachineVerifier()219 LiveIntervals *LiveInts = nullptr; member426 if (!LiveInts) in verify()509 if (LiveInts != nullptr) in report()510 LiveInts->print(errs()); in report()1914 if (LiveInts) { in visitMachineInstrBefore()2377 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()2514 if (LiveInts && Reg.isVirtual()) { in checkLiveness()2541 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()2655 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()[all …]
898 bool verify(LiveIntervals *LiveInts, SlotIndexes *Indexes,