Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp205 LiveIntervals *LiveInts; member
377 LiveInts = nullptr; in verify()
383 if (!LiveInts) in verify()
466 if (LiveInts != nullptr) in report()
467 LiveInts->print(errs()); in report()
1661 if (LiveInts) { in visitMachineInstrBefore()
2067 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2199 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2307 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2648 if (LiveInts) in visitMachineFunctionAfter()
[all …]