Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp415 void mapVirtRegs(LDVImpl *LDV);
776 void UserValue::mapVirtRegs(LiveDebugVariables::LDVImpl *LDV) { in mapVirtRegs() argument
779 LDV->mapVirtReg(MO.getReg(), this); in mapVirtRegs()
1329 LiveDebugVariables LDV; in run() local
1330 LDV.analyze(MF, LIS); in run()
1331 return LDV; in run()
1337 auto &LDV = MFAM.getResult<LiveDebugVariablesAnalysis>(MF); in run() local
1338 LDV.print(OS); in run()