Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp205 LiveIntervals *LiveInts; member
377 LiveInts = nullptr; in verify()
381 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); in verify()
383 if (!LiveInts) in verify()
466 if (LiveInts != nullptr) in report()
467 LiveInts->print(errs()); in report()
1652 if (LiveInts) { in visitMachineInstrBefore()
1653 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
2045 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2048 SlotIndex Idx = LiveInts->getInstructionIndex(*MI); in visitMachineOperand()
[all …]