Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Analysis/
DAssumptionCache.cpp91 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
98 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
115 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
132 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
136 AssumptionCacheTracker::~AssumptionCacheTracker() {} in ~AssumptionCacheTracker()
138 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
140 char AssumptionCacheTracker::ID = 0;
DIVUsers.cpp39 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
255 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
265 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
DDemandedBits.cpp48 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
59 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
251 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAssumptionCache.cpp220 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
227 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
244 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
266 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
270 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
272 char AssumptionCacheTracker::ID = 0;
274 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
DDemandedBits.cpp60 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
71 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
260 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
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()
/external/llvm/include/llvm/Analysis/
DAssumptionCache.h131 class AssumptionCacheTracker : public ImmutablePass {
135 AssumptionCacheTracker *ACT;
141 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
158 AssumptionCacheTracker();
159 ~AssumptionCacheTracker() override;
DInlineCost.h22 class AssumptionCacheTracker; variable
115 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
124 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAssumptionCache.h182 class AssumptionCacheTracker : public ImmutablePass {
186 AssumptionCacheTracker *ACT;
193 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
212 AssumptionCacheTracker();
213 ~AssumptionCacheTracker() override;
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp82 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
87 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DSimplifyInstructions.cpp93 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
108 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
117 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
/external/swiftshader/third_party/llvm-7.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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp69 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
81 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop()
96 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DInstSimplifyPass.cpp89 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
104 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
117 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopInstSimplify.cpp179 getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
188 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
213 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()
DLoopUnrollAndJamPass.cpp381 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop()
400 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
413 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
DAlignmentFromAssumptions.cpp57 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
77 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_BEGIN()
380 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h48 class AssumptionCacheTracker; variable
179 AssumptionCacheTracker *ACT = nullptr)
185 AssumptionCacheTracker *ACT;
/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h23 class AssumptionCacheTracker; variable
88 AssumptionCacheTracker *ACT;
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp46 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
57 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
77 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
DSimplifyCFGPass.cpp218 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
225 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
236 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
DLoopDataPrefetch.cpp76 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
125 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
157 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DInliner.h24 class AssumptionCacheTracker; variable
76 AssumptionCacheTracker *ACT;

1234