Lines Matching refs:InstrNum
1488 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) { in getValueForInstrRef()
1735 unsigned InstrNum = MI.getOperand(1).getImm(); in transferDebugPHI() local
1737 auto EmitBadPHI = [this, &MI, InstrNum]() -> bool { in transferDebugPHI()
1743 {InstrNum, MI.getParent(), std::nullopt, std::nullopt}); in transferDebugPHI()
1753 {InstrNum, MI.getParent(), Num, MTracker->lookupOrTrackRegister(Reg)}); in transferDebugPHI()
1788 auto DbgPHI = DebugPHIRecord({InstrNum, MI.getParent(), Result, SpillLoc}); in transferDebugPHI()
4074 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIs() argument
4077 auto SeenDbgPHIIt = SeenDbgPHIs.find(std::make_pair(&Here, InstrNum)); in resolveDbgPHIs()
4082 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs()
4083 SeenDbgPHIs.insert({std::make_pair(&Here, InstrNum), Result}); in resolveDbgPHIs()
4089 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIsImpl() argument
4093 DebugPHINumToValue.end(), InstrNum); in resolveDbgPHIsImpl()