Lines Matching refs:pImpl
909 if (!pImpl) in runOnMachineFunction()
910 pImpl = new LDVImpl(this); in runOnMachineFunction()
911 return static_cast<LDVImpl*>(pImpl)->runOnMachineFunction(mf); in runOnMachineFunction()
915 if (pImpl) in releaseMemory()
916 static_cast<LDVImpl*>(pImpl)->clear(); in releaseMemory()
920 if (pImpl) in ~LiveDebugVariables()
921 delete static_cast<LDVImpl*>(pImpl); in ~LiveDebugVariables()
1065 if (pImpl) in splitRegister()
1066 static_cast<LDVImpl*>(pImpl)->splitRegister(OldReg, NewRegs); in splitRegister()
1313 if (pImpl) in emitDebugValues()
1314 static_cast<LDVImpl*>(pImpl)->emitDebugValues(VRM); in emitDebugValues()
1323 if (pImpl) in dump()
1324 static_cast<LDVImpl*>(pImpl)->print(dbgs()); in dump()