Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp227 LiveIntervals *LiveInts; member
384 LiveInts = nullptr; in verify()
390 if (!LiveInts) in verify()
478 if (LiveInts != nullptr) in report()
479 LiveInts->print(errs()); in report()
926 if (LiveInts) { in visitMachineInstrBefore()
1436 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
1564 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
1676 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
1912 if (LiveInts) in visitMachineFunctionAfter()
[all …]