Searched refs:DbgVRegToValues (Results 1 – 1 of 1) sorted by relevance
154 DenseMap<Register, std::vector<DbgValueLoc>> DbgVRegToValues; member in __anoncc82f7ba0111::RegisterCoalescer3708 DbgVRegToValues[Op.getReg()].push_back({Slot, X}); in buildVRegToDbgValueMap()3738 for (auto &Pair : DbgVRegToValues) in buildVRegToDbgValueMap()3774 auto VRegMapIt = DbgVRegToValues.find(Reg); in checkMergingChangesDbgValuesImpl()3775 if (VRegMapIt == DbgVRegToValues.end()) in checkMergingChangesDbgValuesImpl()4148 DbgVRegToValues.clear(); in runOnMachineFunction()