Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp98 : Banner(b), LiveVars(LiveVars), LiveInts(LiveInts), LiveStks(LiveStks), in MachineVerifier()
219 LiveIntervals *LiveInts = nullptr; member
426 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h898 bool verify(LiveIntervals *LiveInts, SlotIndexes *Indexes,