Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp193 LiveIntervals *LiveInts; member
302 LiveInts = nullptr; in runOnMachineFunction()
306 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); in runOnMachineFunction()
308 if (!LiveInts) in runOnMachineFunction()
398 if (LiveInts != nullptr) in report()
399 LiveInts->print(errs()); in report()
812 if (LiveInts) { in visitMachineInstrBefore()
813 bool mapped = !LiveInts->isNotInMIMap(MI); in visitMachineInstrBefore()
987 LiveInts && !LiveInts->isNotInMIMap(MI)) { in visitMachineOperand()
990 SlotIndex Idx = LiveInts->getInstructionIndex(MI); in visitMachineOperand()
[all …]