Home
last modified time | relevance | path

Searched refs:PImpl (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h36 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 DValueProfileCollector.cpp71 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()
78 PImpl->get(Kind, Result); in get()
H A DValueProfileCollector.h78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1509 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 DSemaDeclObjC.cpp2976 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()