/external/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 91 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;
|
D | IVUsers.cpp | 39 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 255 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 265 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
D | DemandedBits.cpp | 48 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/ |
D | AssumptionCache.cpp | 220 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",
|
D | DemandedBits.cpp | 60 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 71 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 260 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
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()
|
/external/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 131 class AssumptionCacheTracker : public ImmutablePass { 135 AssumptionCacheTracker *ACT; 141 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 158 AssumptionCacheTracker(); 159 ~AssumptionCacheTracker() override;
|
D | InlineCost.h | 22 class AssumptionCacheTracker; variable 115 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI); 124 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 182 class AssumptionCacheTracker : public ImmutablePass { 186 AssumptionCacheTracker *ACT; 193 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 212 AssumptionCacheTracker(); 213 ~AssumptionCacheTracker() override;
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 82 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 87 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | SimplifyInstructions.cpp | 93 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/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 69 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 81 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() 96 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | InstSimplifyPass.cpp | 89 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 104 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 117 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopInstSimplify.cpp | 179 getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() 188 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 213 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 | LoopUnrollAndJamPass.cpp | 381 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() 400 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 413 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | AlignmentFromAssumptions.cpp | 57 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/ |
D | Cloning.h | 48 class AssumptionCacheTracker; variable 179 AssumptionCacheTracker *ACT = nullptr) 185 AssumptionCacheTracker *ACT;
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 23 class AssumptionCacheTracker; variable 88 AssumptionCacheTracker *ACT;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 46 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 57 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument 77 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
D | SimplifyCFGPass.cpp | 218 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 225 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 236 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopDataPrefetch.cpp | 76 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/ |
D | Inliner.h | 24 class AssumptionCacheTracker; variable 76 AssumptionCacheTracker *ACT;
|