Home
last modified time | relevance | path

Searched refs:AnalysisManager (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h367 template <typename IRUnitT, typename... ExtraArgTs> class AnalysisManager; variable
435 getAnalysisResult(AnalysisManager<IRUnitT, AnalysisArgTs...> &AM, IRUnitT &IR, in getAnalysisResult()
463 typename AnalysisManagerT = AnalysisManager<IRUnitT>,
608 template <typename IRUnitT, typename... ExtraArgTs> class AnalysisManager {
686 friend class AnalysisManager;
730 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging()
731 AnalysisManager(AnalysisManager &&) = default;
732 AnalysisManager &operator=(AnalysisManager &&) = default;
1018 extern template class AnalysisManager<Module>;
1021 using ModuleAnalysisManager = AnalysisManager<Module>;
[all …]
DIRPrintingPasses.h32 template <typename IRUnitT, typename... ExtraArgTs> class AnalysisManager; variable
84 PreservedAnalyses run(Module &M, AnalysisManager<Module> &);
101 PreservedAnalyses run(Function &F, AnalysisManager<Function> &);
DPassManagerInternal.h28 template <typename IRUnitT, typename... ExtraArgTs> class AnalysisManager; variable
248 run(IRUnitT &IR, AnalysisManager<IRUnitT, ExtraArgTs...> &AM,
290 run(IRUnitT &IR, AnalysisManager<IRUnitT, ExtraArgTs...> &AM,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp22 template class AnalysisManager<Module>; variable
23 template class AnalysisManager<Function>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAnalysisManager.h67 extern template class AnalysisManager<Loop, LoopStandardAnalysisResults &>;
74 typedef AnalysisManager<Loop, LoopStandardAnalysisResults &>
DInstructionSimplify.h41 template <typename T, typename... TArgs> class AnalysisManager; variable
301 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &,
DCGSCCPassManager.h120 extern template class AnalysisManager<LazyCallGraph::SCC, LazyCallGraph &>;
129 AnalysisManager<LazyCallGraph::SCC, LazyCallGraph &>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DNewGVN.h26 PreservedAnalyses run(Function &F, AnalysisManager<Function> &AM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.h66 AMDGPUAAResult run(Function &F, AnalysisManager<Function> &AM) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAnalysisManager.cpp24 template class AnalysisManager<Loop, LoopStandardAnalysisResults &>; variable
DCGSCCPassManager.cpp40 template class AnalysisManager<LazyCallGraph::SCC, LazyCallGraph &>; variable
DInstructionSimplify.cpp5612 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery()
5619 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1169 AnalysisManager<Function> &AM) { in run()
1195 AnalysisManager<Module> &AM) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp4226 PreservedAnalyses NewGVNPass::run(Function &F, AnalysisManager<Function> &AM) { in run()