Home
last modified time | relevance | path

Searched refs:AssumptionCacheTracker (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAssumptionCache.cpp241 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",
DIVUsers.cpp48 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
359 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
367 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
DDemandedBits.cpp61 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
72 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
297 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
DLint.cpp149 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/
DAssumptionCache.h185 class AssumptionCacheTracker : public ImmutablePass {
189 AssumptionCacheTracker *ACT;
196 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
219 AssumptionCacheTracker();
220 ~AssumptionCacheTracker() override;
DInlineCost.h23 class AssumptionCacheTracker; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp90 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
95 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
108 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopSimplify.cpp755 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
785 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
805 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
DPredicateInfo.cpp47 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/
DSCCP.cpp62 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
72 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
85 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopExtractor.cpp55 AU.addUsedIfAvailable<AssumptionCacheTracker>(); in getAnalysisUsage()
146 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnLoop()
DInlineSimple.cpp90 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DAlwaysInliner.cpp131 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DHotColdSplitting.cpp179 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/
DLoopRotation.cpp82 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
96 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop()
118 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DInstSimplifyPass.cpp91 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
106 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
119 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopInstSimplify.cpp193 getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
210 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
248 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DSimplifyCFGPass.cpp268 Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
273 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
284 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
DLoopDataPrefetch.cpp112 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
129 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
186 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
DAlignmentFromAssumptions.cpp57 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
77 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_BEGIN()
378 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
DNaryReassociate.cpp137 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
155 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
171 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
DLoopUnrollAndJamPass.cpp483 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
497 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
513 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
DEarlyCSE.cpp1404 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/
DInliner.h23 class AssumptionCacheTracker; variable
75 AssumptionCacheTracker *ACT;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp137 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
232 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()

123