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/ |
D | PassManager.h | 367 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 …]
|
D | IRPrintingPasses.h | 32 template <typename IRUnitT, typename... ExtraArgTs> class AnalysisManager; variable 84 PreservedAnalyses run(Module &M, AnalysisManager<Module> &); 101 PreservedAnalyses run(Function &F, AnalysisManager<Function> &);
|
D | PassManagerInternal.h | 28 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/ |
D | PassManager.cpp | 22 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/ |
D | LoopAnalysisManager.h | 67 extern template class AnalysisManager<Loop, LoopStandardAnalysisResults &>; 74 typedef AnalysisManager<Loop, LoopStandardAnalysisResults &>
|
D | InstructionSimplify.h | 41 template <typename T, typename... TArgs> class AnalysisManager; variable 301 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &,
|
D | CGSCCPassManager.h | 120 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/ |
D | NewGVN.h | 26 PreservedAnalyses run(Function &F, AnalysisManager<Function> &AM);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAliasAnalysis.h | 66 AMDGPUAAResult run(Function &F, AnalysisManager<Function> &AM) { in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopAnalysisManager.cpp | 24 template class AnalysisManager<Loop, LoopStandardAnalysisResults &>; variable
|
D | CGSCCPassManager.cpp | 40 template class AnalysisManager<LazyCallGraph::SCC, LazyCallGraph &>; variable
|
D | InstructionSimplify.cpp | 5612 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/ |
D | AddressSanitizer.cpp | 1169 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/ |
D | NewGVN.cpp | 4226 PreservedAnalyses NewGVNPass::run(Function &F, AnalysisManager<Function> &AM) { in run()
|