| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 288 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted() 295 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() 315 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache() 322 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis() 344 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker 348 AssumptionCacheTracker::~AssumptionCacheTracker() = default; 350 char AssumptionCacheTracker::ID = 0; 352 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
|
| H A D | IVUsers.cpp | 44 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 305 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 313 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
| H A D | MemoryDependenceAnalysis.cpp | 1774 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 1793 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1823 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | BasicAliasAnalysis.cpp | 1861 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 1872 auto &ACT = getAnalysis<AssumptionCacheTracker>(); in runOnFunction() 1885 AU.addRequiredTransitive<AssumptionCacheTracker>(); in getAnalysisUsage()
|
| H A D | LazyValueInfo.cpp | 57 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 1635 Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 1646 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 204 class AssumptionCacheTracker : public ImmutablePass { 208 AssumptionCacheTracker *ACT; 215 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 238 AssumptionCacheTracker(); 239 ~AssumptionCacheTracker() override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 94 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 99 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 112 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
| H A D | LoopSimplify.cpp | 753 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 782 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 802 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | LowerSwitch.cpp | 588 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 600 auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>(); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 87 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 101 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 112 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
| H A D | LoopRotation.cpp | 113 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 131 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() 158 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
| H A D | SimplifyCFGPass.cpp | 391 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 400 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 415 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | LoopDataPrefetch.cpp | 123 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 143 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 203 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | NaryReassociate.cpp | 139 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 157 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 173 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | EarlyCSE.cpp | 1886 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 1896 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1921 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 1942 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
| H A D | InferAddressSpaces.cpp | 178 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 258 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 1341 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F), DT, in runOnFunction()
|
| H A D | LoopUnrollPass.cpp | 1398 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() 1421 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1434 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 64 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 102 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 192 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
| H A D | AMDGPUCodeGenPrepare.cpp | 331 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 2197 Impl.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 2230 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 147 return getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule() 157 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 169 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | LoopExtractor.cpp | 54 AU.addUsedIfAvailable<AssumptionCacheTracker>(); in getAnalysisUsage() 124 if (auto *ACT = this->getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 137 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 247 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | SafeStack.cpp | 865 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 891 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 356 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 371 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker); 395 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 241 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
|