Searched refs:DbgVRegToValues (Results 1 – 1 of 1) sorted by relevance
140 DenseMap<Register, std::vector<DbgValueLoc>> DbgVRegToValues; member in __anon3ec327350111::RegisterCoalescer3591 DbgVRegToValues[Op.getReg()].push_back({Slot, X}); in buildVRegToDbgValueMap()3621 for (auto &Pair : DbgVRegToValues) in buildVRegToDbgValueMap()3657 auto VRegMapIt = DbgVRegToValues.find(Reg); in checkMergingChangesDbgValuesImpl()3658 if (VRegMapIt == DbgVRegToValues.end()) in checkMergingChangesDbgValuesImpl()4018 DbgVRegToValues.clear(); in runOnMachineFunction()