Lines Matching refs:pImpl
1313 if (!pImpl) in runOnMachineFunction()
1314 pImpl = new LDVImpl(this); in runOnMachineFunction()
1315 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
1319 if (pImpl) in releaseMemory()
1320 static_cast<LDVImpl*>(pImpl)->clear(); in releaseMemory()
1324 if (pImpl) in ~LiveDebugVariables()
1325 delete static_cast<LDVImpl*>(pImpl); in ~LiveDebugVariables()
1507 if (pImpl) in splitRegister()
1508 static_cast<LDVImpl*>(pImpl)->splitRegister(OldReg, NewRegs); in splitRegister()
1962 if (pImpl) in emitDebugValues()
1963 static_cast<LDVImpl*>(pImpl)->emitDebugValues(VRM); in emitDebugValues()
1968 if (pImpl) in dump()
1969 static_cast<LDVImpl*>(pImpl)->print(dbgs()); in dump()