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