Home
last modified time | relevance | path

Searched refs:DbgVRegToValues (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp154 DenseMap<Register, std::vector<DbgValueLoc>> DbgVRegToValues; member in __anon46211ebe0111::RegisterCoalescer
3713 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()