| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule() 161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule() 170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
|
| H A D | InlineSimple.cpp | 69 return ACT->getAssumptionCache(F); in getInlineCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 90 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | AssumeBundleBuilder.cpp | 584 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 629 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | LowerSwitch.cpp | 589 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction()
|
| H A D | LoopSimplify.cpp | 814 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 108 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | LoopRotation.cpp | 119 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop()
|
| H A D | LoopInstSimplify.cpp | 193 getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
| H A D | AlignmentFromAssumptions.cpp | 327 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | SimplifyCFGPass.cpp | 362 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | LoopDataPrefetch.cpp | 202 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | LoopUnrollAndJamPass.cpp | 479 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(*F); in runOnLoop()
|
| H A D | NaryReassociate.cpp | 173 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | LoopFlatten.cpp | 734 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 228 AssumptionCache &getAssumptionCache(Function &F);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 93 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
|
| H A D | IVUsers.cpp | 367 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
| H A D | DemandedBits.cpp | 320 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | BasicAliasAnalysis.cpp | 1828 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction() 1847 P.getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F)); in createLegacyPMBasicAAResult()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 367 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 498 Negator N(Root->getContext(), IC.getDataLayout(), IC.getAssumptionCache(), in Negate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 232 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 78 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic() 96 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
|