/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 241 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted() 248 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() 265 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache() 272 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis() 294 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker 298 AssumptionCacheTracker::~AssumptionCacheTracker() = default; 300 char AssumptionCacheTracker::ID = 0; 302 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
|
D | IVUsers.cpp | 48 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 359 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 367 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
D | DemandedBits.cpp | 61 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 72 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 297 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
D | Lint.cpp | 149 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 189 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 207 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 185 class AssumptionCacheTracker : public ImmutablePass { 189 AssumptionCacheTracker *ACT; 196 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 219 AssumptionCacheTracker(); 220 ~AssumptionCacheTracker() override;
|
D | InlineCost.h | 23 class AssumptionCacheTracker; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
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
|
D | LoopSimplify.cpp | 755 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 785 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 805 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
D | PredicateInfo.cpp | 47 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 782 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 801 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SCCP.cpp | 62 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule() 72 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 85 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopExtractor.cpp | 55 AU.addUsedIfAvailable<AssumptionCacheTracker>(); in getAnalysisUsage() 146 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnLoop()
|
D | InlineSimple.cpp | 90 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | AlwaysInliner.cpp | 131 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | HotColdSplitting.cpp | 179 AU.addUsedIfAvailable<AssumptionCacheTracker>(); in getAnalysisUsage() 695 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 82 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 96 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() 118 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | InstSimplifyPass.cpp | 91 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 106 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 119 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopInstSimplify.cpp | 193 getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() 210 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 248 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | SimplifyCFGPass.cpp | 268 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 273 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 284 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopDataPrefetch.cpp | 112 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 129 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 186 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
D | AlignmentFromAssumptions.cpp | 57 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 77 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_BEGIN() 378 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
D | NaryReassociate.cpp | 137 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 155 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 171 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
D | LoopUnrollAndJamPass.cpp | 483 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 497 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 513 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
|
D | EarlyCSE.cpp | 1404 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 1414 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 1438 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) 1459 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 23 class AssumptionCacheTracker; variable 75 AssumptionCacheTracker *ACT;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 137 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 232 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|