Searched refs:PImpl (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/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; 156 assert(!Info.PImpl && "releaseMemory not called");
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1542 if (!PImpl) { in getImpl() 1556 if (Info.PImpl) in runOnFunction() 1575 if (PImpl) { in releaseMemory() 1576 delete &getImpl(PImpl, AC, nullptr); in releaseMemory() 1577 PImpl = nullptr; in releaseMemory() 1956 if (PImpl) { in threadEdge() 1957 getImpl(PImpl, AC, PredBB->getModule()) in threadEdge() 1963 if (PImpl) { in eraseBlock() 1969 if (PImpl) { in clear() 1970 getImpl(PImpl, AC, M).clear(); in clear() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfileCollector.cpp | 68 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector() 75 PImpl->get(Kind, Result); in get()
|
H A D | ValueProfileCollector.h | 78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2991 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local 2993 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods() 2996 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()
|