Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegisterCoalescer.cpp140 DenseMap<unsigned, std::vector<DbgValueLoc>> DbgVRegToValues; member in __anon25a8e1410111::RegisterCoalescer
3473 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()