| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 239 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted() 246 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() 266 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache() 273 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis() 295 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) {} in AssumptionCacheTracker() function in AssumptionCacheTracker 297 AssumptionCacheTracker::~AssumptionCacheTracker() = default; 299 char AssumptionCacheTracker::ID = 0; 301 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
|
| H A D | IVUsers.cpp | 44 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 303 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 311 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
| H A D | MemoryDependenceAnalysis.cpp | 1717 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 1734 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1764 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | BasicAliasAnalysis.cpp | 2005 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 2016 auto &ACT = getAnalysis<AssumptionCacheTracker>(); in runOnFunction() 2029 AU.addRequiredTransitive<AssumptionCacheTracker>(); in getAnalysisUsage()
|
| H A D | LazyValueInfo.cpp | 57 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 1722 Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 1733 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 205 class LLVM_ABI AssumptionCacheTracker : public ImmutablePass { 209 AssumptionCacheTracker *ACT; 216 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 239 AssumptionCacheTracker(); 240 ~AssumptionCacheTracker() override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 90 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 95 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 108 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
| H A D | LoopSimplify.cpp | 749 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 777 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 797 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | LowerSwitch.cpp | 586 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 598 auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>(); in runOnFunction()
|
| /freebsd/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 | LoopDataPrefetch.cpp | 122 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 142 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 202 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | SimplifyCFGPass.cpp | 408 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 417 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 432 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
|
| 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 | 1900 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 1910 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1935 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 1956 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
| H A D | InferAddressSpaces.cpp | 177 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 262 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 1436 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F), DT, in runOnFunction()
|
| H A D | LoopUnrollPass.cpp | 1449 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() 1472 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1485 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
| H A D | GVN.cpp | 3388 F, getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F), in runOnFunction() 3401 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 3425 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 137 return getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule() 147 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 159 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 546 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 563 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 573 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
| H A D | AMDGPUCodeGenPrepare.cpp | 340 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 2383 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 2409 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 136 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 246 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| H A D | SafeStack.cpp | 881 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 907 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 366 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 381 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker); 405 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 242 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
|