Home
last modified time | relevance | path

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

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