Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
H A DInlineSimple.cpp69 return ACT->getAssumptionCache(F); in getInlineCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp90 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DAssumeBundleBuilder.cpp584 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
629 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DLowerSwitch.cpp589 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction()
H A DLoopSimplify.cpp814 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp108 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DLoopRotation.cpp119 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop()
H A DLoopInstSimplify.cpp193 getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
H A DAlignmentFromAssumptions.cpp327 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DSimplifyCFGPass.cpp362 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DLoopDataPrefetch.cpp202 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DLoopUnrollAndJamPass.cpp479 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(*F); in runOnLoop()
H A DNaryReassociate.cpp173 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DLoopFlatten.cpp734 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h228 AssumptionCache &getAssumptionCache(Function &F);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp93 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
H A DIVUsers.cpp367 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
H A DDemandedBits.cpp320 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
H A DBasicAliasAnalysis.cpp1828 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 DInstCombiner.h367 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp498 Negator N(Root->getContext(), IC.getDataLayout(), IC.getAssumptionCache(), in Negate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp232 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp78 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
96 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()

123