Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp78 LiveDebugVariables *LDV; member in __anon7cb0cdb20111::RegisterCoalescer
850 LDV->renameRegister(SrcReg, DstReg, SubIdx); in updateRegDefsUses()
1562 LDV = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
1597 DEBUG(LDV->dump()); in runOnMachineFunction()
DLiveDebugVariables.cpp201 void mapVirtRegs(LDVImpl *LDV);
405 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs() argument
409 LDV->mapVirtReg(locations[i].getReg(), this); in mapVirtRegs()