Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp212 LiveIntervals *LiveInts; member
401 LiveInts = nullptr; in verify()
405 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); in verify()
407 if (!LiveInts) in verify()
490 if (LiveInts != nullptr) in report()
491 LiveInts->print(errs()); in report()
1810 if (LiveInts) { in visitMachineInstrBefore()
1811 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
2264 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2267 SlotIndex Idx = LiveInts->getInstructionIndex(*MI); in visitMachineOperand()
[all …]