Home
last modified time | relevance | path

Searched refs:LiveInts (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp211 LiveIntervals *LiveInts; member
399 LiveInts = nullptr; in verify()
405 if (!LiveInts) in verify()
488 if (LiveInts != nullptr) in report()
489 LiveInts->print(errs()); in report()
1754 if (LiveInts) { in visitMachineInstrBefore()
2178 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2304 if (LiveInts && Reg.isVirtual()) { in checkLiveness()
2331 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2433 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
[all …]