Searched refs:DbgVRegToValues (Results 1 – 1 of 1) sorted by relevance
140 DenseMap<unsigned, std::vector<DbgValueLoc>> DbgVRegToValues; member in __anon25a8e1410111::RegisterCoalescer3473 DbgVRegToValues[X->getOperand(0).getReg()].push_back({Slot, X}); in buildVRegToDbgValueMap()3499 for (auto &Pair : DbgVRegToValues) in buildVRegToDbgValueMap()3535 auto VRegMapIt = DbgVRegToValues.find(Reg); in checkMergingChangesDbgValuesImpl()3536 if (VRegMapIt == DbgVRegToValues.end()) in checkMergingChangesDbgValuesImpl()3880 DbgVRegToValues.clear(); in runOnMachineFunction()