Lines Matching refs:InstrNum
1519 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) { in getValueForInstrRef()
1769 unsigned InstrNum = MI.getOperand(1).getImm(); in transferDebugPHI() local
1771 auto EmitBadPHI = [this, &MI, InstrNum]() -> bool { in transferDebugPHI()
1777 {InstrNum, MI.getParent(), std::nullopt, std::nullopt}); in transferDebugPHI()
1787 {InstrNum, MI.getParent(), Num, MTracker->lookupOrTrackRegister(Reg)}); in transferDebugPHI()
1822 auto DbgPHI = DebugPHIRecord({InstrNum, MI.getParent(), Result, SpillLoc}); in transferDebugPHI()
4108 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIs() argument
4111 auto SeenDbgPHIIt = SeenDbgPHIs.find(std::make_pair(&Here, InstrNum)); in resolveDbgPHIs()
4116 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs()
4117 SeenDbgPHIs.insert({std::make_pair(&Here, InstrNum), Result}); in resolveDbgPHIs()
4123 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIsImpl() argument
4127 DebugPHINumToValue.end(), InstrNum); in resolveDbgPHIsImpl()