/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Mem2Reg.cpp | 90 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
H A D | LowerSwitch.cpp | 601 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction()
|
H A D | LoopSimplify.cpp | 801 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InstSimplifyPass.cpp | 101 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
H A D | SimplifyCFGPass.cpp | 400 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
H A D | LoopDataPrefetch.cpp | 203 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
H A D | NaryReassociate.cpp | 173 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
H A D | InferAddressSpaces.cpp | 1345 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F), DT, in runOnFunction()
|
H A D | LoopUnrollPass.cpp | 1445 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop()
|
H A D | EarlyCSE.cpp | 1886 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AssumptionCache.h | 232 AssumptionCache &getAssumptionCache(Function &F);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 134 return getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 401 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumptionCache.cpp | 248 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
|
H A D | IVUsers.cpp | 313 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
H A D | MemoryDependenceAnalysis.cpp | 1823 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
H A D | BasicAliasAnalysis.cpp | 1971 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction()
|
H A D | LazyValueInfo.cpp | 1644 Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 77 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic() 93 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 338 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 165 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 247 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
H A D | SafeStack.cpp | 891 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 131 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic() 153 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic() 2410 AssumptionCache *AC = LVL->getAssumptionCache(); in preferPredicateOverEpilogue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 395 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|