/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 | 28 class AssumptionCache; variable 54 AssumptionCache *AC = nullptr, 64 AssumptionCache *AC = nullptr, 72 AssumptionCache *AC = nullptr, 83 AssumptionCache *AC = nullptr, 92 AssumptionCache *AC = nullptr, 98 AssumptionCache *AC = nullptr, 105 AssumptionCache *AC = nullptr, 112 AssumptionCache *AC = nullptr, 119 AssumptionCache *AC = nullptr, [all …]
|
D | AssumptionCache.h | 39 class AssumptionCache { 61 AssumptionCache(Function &F) : F(F), Scanned(false) {} in AssumptionCache() function 101 typedef AssumptionCache Result; 109 AssumptionCache run(Function &F, FunctionAnalysisManager &) { in run() 110 return AssumptionCache(F); in run() 147 typedef DenseMap<FunctionCallbackVH, std::unique_ptr<AssumptionCache>, 156 AssumptionCache &getAssumptionCache(Function &F);
|
D | BasicAliasAnalysis.h | 30 class AssumptionCache; variable 44 AssumptionCache &AC; 50 AssumptionCache &AC, DominatorTree *DT = nullptr, 153 const DataLayout &DL, unsigned Depth, AssumptionCache *AC, 157 const DataLayout &DL, AssumptionCache *AC, DominatorTree *DT); 174 AssumptionCache *AC, DominatorTree *DT);
|
D | CodeMetrics.h | 23 class AssumptionCache; variable 94 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC, 99 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 | 37 class AssumptionCache; variable 41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 54 AssumptionCache &AC;
|
D | LazyValueInfo.h | 22 class AssumptionCache; variable 34 AssumptionCache *AC = nullptr; 43 LazyValueInfo(AssumptionCache *AC_, TargetLibraryInfo *TLI_, in LazyValueInfo()
|
D | IVUsers.h | 24 class AssumptionCache; variable 123 AssumptionCache *AC;
|
D | MemoryDependenceAnalysis.h | 33 class AssumptionCache; variable 342 AssumptionCache &AC; 348 MemoryDependenceResults(AliasAnalysis &AA, AssumptionCache &AC, in MemoryDependenceResults()
|
/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 | CodeMetrics.cpp | 65 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 87 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
D | InstructionSimplify.cpp | 53 AssumptionCache *AC; 57 const DominatorTree *dt, AssumptionCache *ac = nullptr, in Query() 584 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst() 779 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst() 948 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst() 957 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst() 966 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst() 974 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst() 1075 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst() 1093 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst() [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 24 class AssumptionCache; variable 45 AssumptionCache *AC = nullptr);
|
D | UnrollLoop.h | 23 class AssumptionCache; variable 35 DominatorTree *DT, AssumptionCache *AC, bool PreserveLCSSA);
|
D | Local.h | 40 class AssumptionCache; variable 137 unsigned BonusInstThreshold, AssumptionCache *AC = nullptr, 171 AssumptionCache *AC = nullptr, 177 AssumptionCache *AC = nullptr,
|
D | LoopSimplify.h | 61 AssumptionCache *AC, bool PreserveLCSSA);
|
/external/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 85 AssumptionCache *AC; 96 DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_,
|
D | SLPVectorizer.h | 52 AssumptionCache *AC = nullptr; 62 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_);
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 36 std::function<AssumptionCache &()> LookupAssumptionCache; 46 std::function<AssumptionCache &()> LookupAssumptionCache_,
|
D | SROA.h | 57 AssumptionCache *AC; 113 AssumptionCache &RunAC);
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 31 AssumptionCache &AC) { in promoteMemoryToRegister() 81 AssumptionCache &AC = in runOnFunction()
|
D | SimplifyInstructions.cpp | 38 AssumptionCache *AC) { in runImpl() 107 AssumptionCache *AC = in runOnFunction()
|
D | LoopSimplify.cpp | 208 AssumptionCache *AC) { in findPHIToPartitionLoops() 252 AssumptionCache *AC) { in separateNestedLoop() 466 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop() 699 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop() 778 AssumptionCache *AC = in runOnFunction() 812 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 132 AssumptionCache *AC, in iterativelySimplifyCFG() 159 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG() 217 AssumptionCache *AC = in runOnFunction()
|