Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp80 buildVRegToDbgValueMap(MachineFunction &MF, const LiveIntervals *Liveness) { in buildVRegToDbgValueMap() function
248 auto DbgVRegToValues = buildVRegToDbgValueMap(MF, Liveness); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp366 void buildVRegToDbgValueMap(MachineFunction &MF);
3852 void RegisterCoalescer::buildVRegToDbgValueMap(MachineFunction &MF) { in buildVRegToDbgValueMap() function in RegisterCoalescer
4320 buildVRegToDbgValueMap(fn); in run()