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