Home
last modified time | relevance | path

Searched refs:CGSCCAnalysisManager (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h122 using CGSCCAnalysisManager = variable
130 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
132 CGSCCAnalysisManager &AM,
134 extern template class PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager,
143 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
148 struct RequireAnalysisPass<AnalysisT, LazyCallGraph::SCC, CGSCCAnalysisManager,
151 CGSCCAnalysisManager, LazyCallGraph &,
153 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
168 InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
175 explicit Result(CGSCCAnalysisManager &InnerAM, LazyCallGraph &G)
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h128 using CGSCCAnalysisManager = variable
136 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
138 CGSCCAnalysisManager &AM,
140 extern template class PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager,
149 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
154 struct RequireAnalysisPass<AnalysisT, LazyCallGraph::SCC, CGSCCAnalysisManager,
157 CGSCCAnalysisManager, LazyCallGraph &,
159 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
168 InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
175 explicit Result(CGSCCAnalysisManager &InnerAM, LazyCallGraph &G)
[all …]
/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h44 typedef AnalysisManager<LazyCallGraph::SCC> CGSCCAnalysisManager; typedef
46 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
48 typedef InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>
94 CGSCCAnalysisManager &CGAM = in run()
151 extern template class OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>;
153 typedef OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>
188 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM) { in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp41 template class PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager,
43 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
46 template class OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>;
52 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
54 CGSCCAnalysisManager &AM, in run()
219 CGSCCAnalysisManager &AM, in run()
242 CGSCCAnalysisManager::Invalidator &Inv) { in invalidate()
323 CGSCCAnalysisManager &AM) { in updateNewSCCFunctionAnalyses()
368 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in incorporateNewSCCRange()
428 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in updateCGAndAnalysisManagerForFunctionPass()
/external/llvm/lib/Analysis/
DCGSCCPassManager.cpp18 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
23 template class OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp51 template class PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager,
53 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
56 template class OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>;
62 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
64 CGSCCAnalysisManager &AM, in run()
140 CGSCCAnalysisManager &CGAM = in run()
357 CGSCCAnalysisManager &AM, in run()
506 CGSCCAnalysisManager &AM, in run()
668 CGSCCAnalysisManager &AM, in run()
690 CGSCCAnalysisManager::Invalidator &Inv) { in invalidate()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DCallGraphUpdater.h51 CGSCCAnalysisManager *AM = nullptr;
68 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in initialize()
/external/llvm/include/llvm/Passes/
DPassBuilder.h132 CGSCCAnalysisManager &CGAM,
149 void registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM);
/external/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp62 Result run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM) { in run()
152 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM) { in run()
261 CGSCCAnalysisManager CGAM(/*DebugLogging*/ true); in TEST()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/
DPassBuilder.h127 CGSCCAnalysisManager &CGAM,
144 void registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM);
515 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
650 SmallVector<std::function<void(CGSCCAnalysisManager &)>, 2>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h236 CGSCCAnalysisManager &CGAM,
253 void registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM);
574 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
703 SmallVector<std::function<void(CGSCCAnalysisManager &)>, 2>
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Coroutines/
DCoroSplit.h27 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DArgumentPromotion.h29 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DFunctionAttrs.h51 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DOpenMPOpt.h54 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DInliner.h103 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DArgumentPromotion.h29 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DFunctionAttrs.h51 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DInliner.h103 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
/external/llvm/include/llvm/Transforms/IPO/
DFunctionAttrs.h33 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM);
/external/llvm/tools/opt/
DNewPMDriver.cpp68 CGSCCAnalysisManager CGAM(DebugPM); in runPassPipeline()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DPassBuilderBindings.cpp60 CGSCCAnalysisManager CGAM; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
DPassBuilder.cpp300 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, in run()
314 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run() argument
445 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()
1374 LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, \ in parseCGSCCPass()
1660 CGSCCAnalysisManager &CGAM, in crossRegisterProxies()
/external/llvm/lib/Passes/
DPassBuilder.cpp216 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()
600 CGSCCAnalysisManager &CGAM, in crossRegisterProxies()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp285 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, in run()
299 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run() argument
368 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()
2023 LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, \ in parseCGSCCPass()
2257 CGSCCAnalysisManager &CGAM, in crossRegisterProxies()

12