Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
156 assert(!Info.PImpl && "releaseMemory not called");
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1542 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 DValueProfileCollector.cpp68 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()
75 PImpl->get(Kind, Result); in get()
H A DValueProfileCollector.h78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2991 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()