Lines Matching refs:pImpl
1324 if (!pImpl) in runOnMachineFunction()
1325 pImpl = new LDVImpl(this); in runOnMachineFunction()
1326 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
1330 if (pImpl) in releaseMemory()
1331 static_cast<LDVImpl*>(pImpl)->clear(); in releaseMemory()
1335 if (pImpl) in ~LiveDebugVariables()
1336 delete static_cast<LDVImpl*>(pImpl); in ~LiveDebugVariables()
1518 if (pImpl) in splitRegister()
1519 static_cast<LDVImpl*>(pImpl)->splitRegister(OldReg, NewRegs); in splitRegister()
1934 if (pImpl) in emitDebugValues()
1935 static_cast<LDVImpl*>(pImpl)->emitDebugValues(VRM); in emitDebugValues()
1940 if (pImpl) in dump()
1941 static_cast<LDVImpl*>(pImpl)->print(dbgs()); in dump()