/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 40 class AssumptionCache; variable 55 AssumptionCache *AC = nullptr, 64 AssumptionCache *AC = nullptr, 73 AssumptionCache *AC = nullptr, 82 AssumptionCache *AC = nullptr, 91 AssumptionCache *AC = nullptr, 99 AssumptionCache *AC = nullptr, 107 AssumptionCache *AC = nullptr, 115 AssumptionCache *AC = nullptr, 124 AssumptionCache *AC = nullptr, [all …]
|
D | ValueTracking.h | 26 class AssumptionCache; variable 47 AssumptionCache *AC = nullptr, 57 AssumptionCache *AC = nullptr, 65 AssumptionCache *AC = nullptr, 76 AssumptionCache *AC = nullptr, 85 AssumptionCache *AC = nullptr, 91 AssumptionCache *AC = nullptr, 98 AssumptionCache *AC = nullptr, 112 unsigned Depth = 0, AssumptionCache *AC = nullptr, 125 unsigned Depth = 0, AssumptionCache *AC = nullptr, [all …]
|
D | AssumptionCache.h | 43 class AssumptionCache { 65 AssumptionCache(Function &F) : F(F), Scanned(false) {} in AssumptionCache() function 104 typedef AssumptionCache Result; 118 AssumptionCache run(Function &F) { return AssumptionCache(F); } in run() 156 typedef DenseMap<FunctionCallbackVH, std::unique_ptr<AssumptionCache>, 165 AssumptionCache &getAssumptionCache(Function &F);
|
D | BasicAliasAnalysis.h | 30 class AssumptionCache; variable 43 AssumptionCache &AC; 49 AssumptionCache &AC, DominatorTree *DT = nullptr, 137 const DataLayout &DL, unsigned Depth, AssumptionCache *AC, 144 AssumptionCache *AC, DominatorTree *DT); 156 AssumptionCache *AC, DominatorTree *DT);
|
D | CodeMetrics.h | 23 class AssumptionCache; variable 96 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC, 101 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
|
D | PHITransAddr.h | 21 class AssumptionCache; variable 47 AssumptionCache *AC; 53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
D | DemandedBits.h | 36 class AssumptionCache; variable 60 AssumptionCache *AC;
|
D | LazyValueInfo.h | 21 class AssumptionCache; variable 31 AssumptionCache *AC;
|
D | IVUsers.h | 24 class AssumptionCache; variable 123 AssumptionCache *AC;
|
D | MemoryDependenceAnalysis.h | 31 class AssumptionCache; variable 331 AssumptionCache *AC;
|
/external/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 27 void AssumptionCache::scanFunction() { in scanFunction() 42 void AssumptionCache::registerAssumption(CallInst *CI) { in registerAssumption() 81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run() 98 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() 110 FunctionCallbackVH(&F, this), llvm::make_unique<AssumptionCache>(F))); in getAssumptionCache()
|
D | InstructionSimplify.cpp | 52 AssumptionCache *AC; 56 const DominatorTree *dt, AssumptionCache *ac = nullptr, in Query() 587 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst() 780 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst() 960 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst() 969 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst() 978 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst() 986 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst() 1090 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst() 1108 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst() [all …]
|
D | CodeMetrics.cpp | 65 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 87 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
D | CMakeLists.txt | 6 AssumptionCache.cpp
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 25 class AssumptionCache; variable 46 AssumptionCache *AC = nullptr);
|
D | UnrollLoop.h | 23 class AssumptionCache; variable 35 AssumptionCache *AC, bool PreserveLCSSA);
|
D | Local.h | 38 class AssumptionCache; variable 140 unsigned BonusInstThreshold, AssumptionCache *AC = nullptr); 176 AssumptionCache *AC = nullptr, 182 AssumptionCache *AC = nullptr,
|
D | LoopUtils.h | 25 class AssumptionCache; variable 305 AssumptionCache *AC, bool PreserveLCSSA);
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 57 AssumptionCache *AC; 115 AssumptionCache &RunAC);
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 130 AssumptionCache *AC, in iterativelySimplifyCFG() 150 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG() 210 AssumptionCache *AC = in runOnFunction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 143 AssumptionCache *AC; 146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter() 185 AssumptionCache *AC; 199 AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner() 209 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 207 AssumptionCache *AC) { in findPHIToPartitionLoops() 251 AssumptionCache *AC) { in separateNestedLoop() 465 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop() 704 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop() 737 AssumptionCache *AC;
|
D | Mem2Reg.cpp | 72 AssumptionCache &AC = in INITIALIZE_PASS_DEPENDENCY()
|
D | SimplifyInstructions.cpp | 57 AssumptionCache *AC = in runOnFunction()
|
/external/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 150 std::unique_ptr<AssumptionCache> AC; 161 AC.reset(new AssumptionCache(F)); in getAAResults()
|