Searched refs:LiveInts (Results 1 – 1 of 1) sorted by relevance
193 LiveIntervals *LiveInts; member286 LiveInts = nullptr; in runOnMachineFunction()290 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); in runOnMachineFunction()292 if (!LiveInts) in runOnMachineFunction()792 if (LiveInts) { in visitMachineInstrBefore()793 bool mapped = !LiveInts->isNotInMIMap(MI); in visitMachineInstrBefore()964 LiveInts && !LiveInts->isNotInMIMap(MI)) { in visitMachineOperand()966 SlotIndex Idx = LiveInts->getInstructionIndex(MI); in visitMachineOperand()1003 if (LiveInts && !LiveInts->isNotInMIMap(MI)) { in checkLiveness()1004 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI); in checkLiveness()[all …]