Lines Matching full:pimpl
70 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(nullptr) {
718 if (!pImpl)
719 pImpl = new LDVImpl(this);
720 return static_cast<LDVImpl*>(pImpl)->runOnMachineFunction(mf);
724 if (pImpl)
725 static_cast<LDVImpl*>(pImpl)->clear();
729 if (pImpl)
730 delete static_cast<LDVImpl*>(pImpl);
868 if (pImpl)
869 static_cast<LDVImpl*>(pImpl)->splitRegister(OldReg, NewRegs);
992 if (pImpl)
993 static_cast<LDVImpl*>(pImpl)->emitDebugValues(VRM);
1003 if (pImpl)
1004 static_cast<LDVImpl*>(pImpl)->print(dbgs());