Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp82 DbgVRegToValues; in buildVRegToDbgValueMap() local
134 &DbgVRegToValues) { in undefInvalidDbgValues()
248 auto DbgVRegToValues = buildVRegToDbgValueMap(MF, Liveness); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp154 DenseMap<Register, std::vector<DbgValueLoc>> DbgVRegToValues; member in __anonf9586a8a0111::RegisterCoalescer