Home
last modified time | relevance | path

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

12

/external/llvm-project/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/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/llvm-project/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp63 CGSCCAnalysisManager::Invalidator &) { in invalidate()
74 Result run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &) { in run()
163 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in run()
168 std::function<PreservedAnalyses(LazyCallGraph::SCC &, CGSCCAnalysisManager &,
197 CGSCCAnalysisManager CGAM;
303 LambdaSCCPass([&](LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in TEST_F()
393 CGSCCAnalysisManager &AM, LazyCallGraph &CG, in TEST_F()
409 LambdaSCCPass([&](LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in TEST_F()
429 CGSCCAnalysisManager &AM, LazyCallGraph &CG, in TEST_F()
534 CGSCCAnalysisManager, LazyCallGraph &, in TEST_F()
[all …]
/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/llvm-project/llvm/lib/Analysis/
DCGSCCPassManager.cpp50 template class PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager,
52 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
55 template class OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>;
61 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
63 CGSCCAnalysisManager &AM, in run()
154 CGSCCAnalysisManager &CGAM = in run()
375 CGSCCAnalysisManager &AM, in run()
522 CGSCCAnalysisManager &AM, in run()
684 CGSCCAnalysisManager &AM, in run()
706 CGSCCAnalysisManager::Invalidator &Inv) { in invalidate()
[all …]
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCallGraphUpdater.h50 CGSCCAnalysisManager *AM = nullptr;
67 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-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/llvm-project/llvm/include/llvm/Transforms/Coroutines/
DCoroSplit.h27 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
/external/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h288 CGSCCAnalysisManager &CGAM,
305 void registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM);
644 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
770 SmallVector<std::function<void(CGSCCAnalysisManager &)>, 2>
/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-project/llvm/include/llvm/Transforms/IPO/
DArgumentPromotion.h41 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DFunctionAttrs.h51 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DOpenMPOpt.h70 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DInliner.h104 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
/external/llvm-project/polly/unittests/ScopPassManager/
DPassManagerTest.cpp20 CGSCCAnalysisManager CGAM;
/external/llvm-project/llvm/unittests/IR/
DPassBuilderCallbacksTest.cpp188 CGSCCAnalysisManager, LazyCallGraph &,
191 PreservedAnalyses(LazyCallGraph::SCC &, CGSCCAnalysisManager &,
194 static void invalidateSCC(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, in invalidateSCC()
243 LazyCallGraph::SCC, CGSCCAnalysisManager,
246 CGSCCAnalysisManager &, LazyCallGraph &));
249 CGSCCAnalysisManager::Invalidator &));
415 CGSCCAnalysisManager CGAM;
/external/llvm/tools/opt/
DNewPMDriver.cpp68 CGSCCAnalysisManager CGAM(DebugPM); in runPassPipeline()
/external/llvm-project/llvm/unittests/Transforms/Scalar/
DLICMTest.cpp26 CGSCCAnalysisManager CGAM; in TEST()

12