Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h37 void *PImpl = nullptr; variable
47 : AC(Arg.AC), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) { in LazyValueInfo()
48 Arg.PImpl = nullptr; in LazyValueInfo()
55 PImpl = Arg.PImpl;
56 Arg.PImpl = nullptr;
126 assert(!Info.PImpl && "releaseMemory not called");
/external/llvm-project/llvm/include/llvm/Analysis/
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;
141 assert(!Info.PImpl && "releaseMemory not called");
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h37 void *PImpl = nullptr; variable
47 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) { in LazyValueInfo()
48 Arg.PImpl = nullptr; in LazyValueInfo()
56 PImpl = Arg.PImpl;
57 Arg.PImpl = nullptr;
149 assert(!Info.PImpl && "releaseMemory not called");
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1617 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() argument
1620 if (!PImpl) { in getImpl()
1622 PImpl = new LazyValueInfoImpl(AC, *DL, DT); in getImpl()
1624 return *static_cast<LazyValueInfoImpl*>(PImpl); in getImpl()
1636 if (Info.PImpl) in runOnFunction()
1637 getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear(); in runOnFunction()
1655 if (PImpl) { in releaseMemory()
1656 delete &getImpl(PImpl, AC, nullptr); in releaseMemory()
1657 PImpl = nullptr; in releaseMemory()
1706 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfileCollector.cpp69 : PImpl(new ValueProfileCollectorImpl(F)) {} in ValueProfileCollector()
76 PImpl->get(Kind, Result); in get()
DValueProfileCollector.h74 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DValueProfileCollector.cpp71 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()
78 PImpl->get(Kind, Result); in get()
DValueProfileCollector.h78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1515 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() argument
1517 if (!PImpl) { in getImpl()
1522 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()
1524 return *static_cast<LazyValueInfoImpl*>(PImpl); in getImpl()
1531 if (Info.PImpl) in runOnFunction()
1532 getImpl(Info.PImpl, Info.AC, F.getParent()).clear(); in runOnFunction()
1550 if (PImpl) { in releaseMemory()
1551 delete &getImpl(PImpl, AC, nullptr); in releaseMemory()
1552 PImpl = nullptr; in releaseMemory()
1598 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant()
[all …]
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1428 static LazyValueInfoCache &getCache(void *&PImpl, AssumptionCache *AC, in getCache() argument
1431 if (!PImpl) { in getCache()
1433 PImpl = new LazyValueInfoCache(AC, *DL, DT); in getCache()
1435 return *static_cast<LazyValueInfoCache*>(PImpl); in getCache()
1447 if (Info.PImpl) in runOnFunction()
1448 getCache(Info.PImpl, Info.AC, &DL, Info.DT).clear(); in runOnFunction()
1466 if (PImpl) { in releaseMemory()
1467 delete &getCache(PImpl, AC, nullptr); in releaseMemory()
1468 PImpl = nullptr; in releaseMemory()
1486 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2877 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local
2879 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
2882 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()
/external/llvm-project/clang/lib/Sema/
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()