/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumptionCache.cpp | 241 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted() 248 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() 268 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache() 275 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis() 297 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker 301 AssumptionCacheTracker::~AssumptionCacheTracker() = default; 303 char AssumptionCacheTracker::ID = 0; 305 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 | 1955 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 1966 auto &ACT = getAnalysis<AssumptionCacheTracker>(); in runOnFunction() 1979 AU.addRequiredTransitive<AssumptionCacheTracker>(); in getAnalysisUsage()
|
H A D | LazyValueInfo.cpp | 58 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 1644 Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 1655 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
|
/freebsd/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; in releaseMemory()
|
/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 | 752 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 781 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 801 &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/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 | SimplifyCFGPass.cpp | 400 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 409 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 424 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 1345 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F), DT, in runOnFunction()
|
H A D | LoopUnrollPass.cpp | 1445 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() 1468 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1481 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
H A D | GVN.cpp | 3351 F, getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F), in runOnFunction() 3364 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 3386 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 134 return getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule() 144 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 156 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 | 66 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 165 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 511 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
H A D | AMDGPUCodeGenPrepare.cpp | 333 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 2283 Impl.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 2317 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 243 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
|