/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 275 RegAllocBase::init(getAnalysis<VirtRegMap>(), in runOnMachineFunction() 276 getAnalysis<LiveIntervals>(), in runOnMachineFunction() 277 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction() 280 getAnalysis<MachineLoopInfo>(), in runOnMachineFunction() 281 getAnalysis<MachineBlockFrequencyInfo>()); in runOnMachineFunction()
|
D | MachineRegionInfo.cpp | 84 auto DT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() 85 auto PDT = &getAnalysis<MachinePostDominatorTree>(); in runOnMachineFunction() 86 auto DF = &getAnalysis<MachineDominanceFrontier>(); in runOnMachineFunction()
|
D | ShrinkWrap.cpp | 162 MDT = &getAnalysis<MachineDominatorTree>(); in init() 163 MPDT = &getAnalysis<MachinePostDominatorTree>(); in init() 166 MBFI = &getAnalysis<MachineBlockFrequencyInfo>(); in init() 167 MLI = &getAnalysis<MachineLoopInfo>(); in init()
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 50 auto &Analysis = getAnalysis<AnalysisT>(); in runOnFunction() 92 auto &Analysis = getAnalysis<AnalysisT>(); in runOnFunction() 134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() 160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 512 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnLoop() 513 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnLoop() 514 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop() 515 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() 516 TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(); in runOnLoop() 517 LAA = &getAnalysis<LoopAccessLegacyAnalysis>(); in runOnLoop()
|
D | LoopInstSimplify.cpp | 74 LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnLoop() 76 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(); in runOnLoop() 77 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop()
|
D | LoopDataPrefetch.cpp | 154 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnFunction() 155 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction() 157 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 158 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
|
D | LoopSimplifyCFG.cpp | 93 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() 94 LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnLoop()
|
D | LoopDeletion.cpp | 263 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() 264 ScalarEvolution &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop() 265 LoopInfo &loopInfo = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnLoop()
|
D | NaryReassociate.cpp | 214 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 215 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 216 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction() 217 TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(); in runOnFunction() 218 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
|
D | Sink.cpp | 280 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 281 auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnFunction() 282 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
|
/external/llvm/lib/Analysis/ |
D | LazyBlockFrequencyInfo.cpp | 52 getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnFunction() 53 LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnFunction()
|
D | RegionInfo.cpp | 128 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 129 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 130 auto DF = &getAnalysis<DominanceFrontierWrapperPass>().getDominanceFrontier(); in runOnFunction()
|
D | IVUsers.cpp | 265 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() 267 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnLoop() 268 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() 269 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 182 SE = &getAnalysis<ScalarEvolution>(); in runOnLoop() 198 DT = &getAnalysis<DominatorTree>(); in runOnLoop() 199 LoopInfo &LI = getAnalysis<LoopInfo>(); in runOnLoop() 200 TLI = &getAnalysis<TargetLibraryInfo>(); in runOnLoop() 490 StoreSize, getAnalysis<AliasAnalysis>(), TheStore)){ in processLoopStridedStore() 579 getAnalysis<AliasAnalysis>(), SI)) { in processLoopStoreOfLoopLoad() 594 StoreSize, getAnalysis<AliasAnalysis>(), SI)) { in processLoopStoreOfLoopLoad()
|
D | Sink.cpp | 96 DT = &getAnalysis<DominatorTree>(); in runOnFunction() 97 LI = &getAnalysis<LoopInfo>(); in runOnFunction() 98 AA = &getAnalysis<AliasAnalysis>(); in runOnFunction()
|
D | LoopDeletion.cpp | 166 ScalarEvolution& SE = getAnalysis<ScalarEvolution>(); in runOnLoop() 203 DominatorTree& DT = getAnalysis<DominatorTree>(); in runOnLoop() 233 LoopInfo& loopInfo = getAnalysis<LoopInfo>(); in runOnLoop()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysisCounter.cpp | 102 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 128 AliasResult R = getAnalysis<AliasAnalysis>().alias(LocA, LocB); in alias() 155 ModRefResult R = getAnalysis<AliasAnalysis>().getModRefInfo(CS, Loc); in getModRefInfo()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | GraphPrinters.cpp | 76 WriteGraphToFile(llvm::errs(), "callgraph", &getAnalysis<CallGraph>()); in runOnModule() 110 getAnalysis<DominatorTree>().dump(); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 32 Graph = &getAnalysis<Analysis>(); in runOnFunction() 63 Graph = &getAnalysis<Analysis>(); in runOnFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 82 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
D | LoopVersioning.cpp | 261 auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnFunction() 262 auto *LAA = &getAnalysis<LoopAccessLegacyAnalysis>(); in runOnFunction() 263 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 264 auto *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|
D | SimplifyInstructions.cpp | 106 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(); in runOnFunction() 108 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 118 T *getAnalysis(Decl const *D) { in getAnalysis() function 119 return AnaCtxMgr.getContext(D)->getAnalysis<T>(); in getAnalysis()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyStoreResults.cpp | 187 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() 190 const auto &LibInfo = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(); in runOnMachineFunction() 191 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction()
|