Lines Matching defs:InstrNum
1539 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) {
1789 unsigned InstrNum = MI.getOperand(1).getImm();
1791 auto EmitBadPHI = [this, &MI, InstrNum]() -> bool {
1797 {InstrNum, MI.getParent(), std::nullopt, std::nullopt});
1807 {InstrNum, MI.getParent(), Num, MTracker->lookupOrTrackRegister(Reg)});
1842 auto DbgPHI = DebugPHIRecord({InstrNum, MI.getParent(), Result, SpillLoc});
4120 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) {
4123 auto SeenDbgPHIIt = SeenDbgPHIs.find(std::make_pair(&Here, InstrNum));
4128 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum);
4129 SeenDbgPHIs.insert({std::make_pair(&Here, InstrNum), Result});
4135 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) {
4139 DebugPHINumToValue.end(), InstrNum);