Searched refs:getAssumptionCache (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp203 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DMemoryDependenceAnalysis.cpp1785 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DLazyValueInfo.cpp1525 Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DInstructionSimplify.cpp5760 auto *AC = ACWP ? &ACWP->getAssumptionCache(F) : nullptr;
H A DScalarEvolution.cpp11959 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp369 return ACT->getAssumptionCache(F);
H A DSampleProfile.cpp488 return ACT->getAssumptionCache(F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h357 AssumptionCache &getAssumptionCache() const { return AC; } function in class:llvm::InstCombiner
H A DInstructionCombining.cpp3830 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DInstCombineCalls.cpp1283 isKnownNonZero(Op0, IC.getDataLayout(), 0, &IC.getAssumptionCache(), &II,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1431 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DLoopUnrollPass.cpp1273 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DLoopUnswitch.cpp521 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(
H A DMemCpyOptimizer.cpp1413 return getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DGVN.cpp2728 F, getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F),
H A DSimpleLoopUnswitch.cpp2972 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DNewGVN.cpp4206 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F),
H A DSROA.cpp4757 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F));
H A DLoopStrengthReduce.cpp5808 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1378 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1631 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
H A DSLPVectorizer.cpp5634 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);

Completed in 303 milliseconds

12