Searched refs:LDV (Results 1 – 1 of 1) sorted by relevance
415 void mapVirtRegs(LDVImpl *LDV);776 void UserValue::mapVirtRegs(LiveDebugVariables::LDVImpl *LDV) { in mapVirtRegs() argument779 LDV->mapVirtReg(MO.getReg(), this); in mapVirtRegs()1329 LiveDebugVariables LDV; in run() local1330 LDV.analyze(MF, LIS); in run()1331 return LDV; in run()1337 auto &LDV = MFAM.getResult<LiveDebugVariablesAnalysis>(MF); in run() local1338 LDV.print(OS); in run()