Home
last modified time | relevance | path

Searched refs:getAssumptionCache (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp90 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DLowerSwitch.cpp599 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction()
H A DLoopSimplify.cpp797 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp101 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DLoopDataPrefetch.cpp202 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DSimplifyCFGPass.cpp408 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DNaryReassociate.cpp173 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DInferAddressSpaces.cpp1436 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F), DT, in runOnFunction()
H A DLoopUnrollPass.cpp1449 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop()
H A DEarlyCSE.cpp1900 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h233 AssumptionCache &getAssumptionCache(Function &F);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp137 return getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp246 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
H A DIVUsers.cpp311 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
H A DMemoryDependenceAnalysis.cpp1764 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DBasicAliasAnalysis.cpp2021 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction()
H A DLazyValueInfo.cpp1722 Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h464 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp75 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
91 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h334 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp563 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp246 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DSafeStack.cpp907 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp134 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
156 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
177 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
2533 AssumptionCache *AC = LVL->getAssumptionCache(); in preferPredicateOverEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp405 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()

12