/external/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 37 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/ |
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; 141 assert(!Info.PImpl && "releaseMemory not called");
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 37 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/ |
D | LazyValueInfo.cpp | 1617 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/ |
D | ValueProfileCollector.cpp | 69 : PImpl(new ValueProfileCollectorImpl(F)) {} in ValueProfileCollector() 76 PImpl->get(Kind, Result); in get()
|
D | ValueProfileCollector.h | 74 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ValueProfileCollector.cpp | 71 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector() 78 PImpl->get(Kind, Result); in get()
|
D | ValueProfileCollector.h | 78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1515 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/ |
D | LazyValueInfo.cpp | 1428 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/ |
D | SemaDeclObjC.cpp | 2877 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/ |
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()
|