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