Searched refs:PImpl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 36 void *PImpl = nullptr; variable 46 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), PImpl(Arg.PImpl) { in LazyValueInfo() 47 Arg.PImpl = nullptr; in LazyValueInfo() 54 PImpl = Arg.PImpl; 55 Arg.PImpl = nullptr; 149 assert(!Info.PImpl && "releaseMemory not called");
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfileCollector.cpp | 71 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector() 78 PImpl->get(Kind, Result); in get()
|
| H A D | ValueProfileCollector.h | 78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1509 if (!PImpl) { in getImpl() 1516 return *static_cast<LazyValueInfoImpl*>(PImpl); in getImpl() 1523 if (Info.PImpl) in runOnFunction() 1542 if (PImpl) { in releaseMemory() 1543 delete &getImpl(PImpl, AC, nullptr); in releaseMemory() 1544 PImpl = nullptr; in releaseMemory() 1756 : getImpl(PImpl, AC, M).getValueAt(V, CxtI); in getPredicateAt() 1862 if (PImpl) { in threadEdge() 1863 getImpl(PImpl, AC, PredBB->getModule()) in threadEdge() 1869 if (PImpl) { in eraseBlock() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2976 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local 2978 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods() 2981 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()
|