Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp58 Result run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &) { in run()
140 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in run()
145 std::function<PreservedAnalyses(LazyCallGraph::SCC &, CGSCCAnalysisManager &,
174 CGSCCAnalysisManager CGAM;
273 LambdaSCCPass([&](LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in TEST_F()
350 LambdaSCCPass([&](LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in TEST_F()
369 LambdaSCCPass([&](LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in TEST_F()
391 LambdaSCCPass([&](LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, in TEST_F()
508 CGSCCAnalysisManager, LazyCallGraph &, in TEST_F()
526 CGSCCAnalysisManager, LazyCallGraph &, in TEST_F()
[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-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp42 template class PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager,
44 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
47 template class OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>;
53 PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
55 CGSCCAnalysisManager &AM, in run()
199 CGSCCAnalysisManager &AM, in run()
222 CGSCCAnalysisManager::Invalidator &Inv) { in invalidate()
303 CGSCCAnalysisManager &AM) { in updateNewSCCFunctionAnalyses()
348 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in incorporateNewSCCRange()
408 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-7.0/llvm/unittests/IR/
DPassBuilderCallbacksTest.cpp184 CGSCCAnalysisManager, LazyCallGraph &,
187 PreservedAnalyses(LazyCallGraph::SCC &, CGSCCAnalysisManager &,
234 LazyCallGraph::SCC, CGSCCAnalysisManager,
237 CGSCCAnalysisManager &, LazyCallGraph &));
240 CGSCCAnalysisManager::Invalidator &));
287 CGSCCAnalysisManager CGAM;
/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-7.0/llvm/include/llvm/Passes/
DPassBuilder.h184 CGSCCAnalysisManager &CGAM,
201 void registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM);
504 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
619 SmallVector<std::function<void(CGSCCAnalysisManager &)>, 2>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DArgumentPromotion.h30 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DFunctionAttrs.h51 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
DInliner.h104 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-7.0/llvm/lib/Passes/
DPassBuilder.cpp234 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, in run()
248 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run() argument
317 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()
1556 LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, \ in parseCGSCCPass()
1763 CGSCCAnalysisManager &CGAM, in crossRegisterProxies()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
Dllvm-opt-fuzzer.cpp136 CGSCCAnalysisManager CGAM; in LLVMFuzzerTestOneInput()
/external/llvm/lib/Passes/
DPassBuilder.cpp216 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()
600 CGSCCAnalysisManager &CGAM, in crossRegisterProxies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp163 CGSCCAnalysisManager CGAM(Conf.DebugPassManager); in runNewPMPasses()
223 CGSCCAnalysisManager CGAM; in runNewPMCustomPasses()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DNewPMDriver.cpp259 CGSCCAnalysisManager CGAM(DebugPM); in runPassPipeline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp805 CGSCCAnalysisManager &AM, LazyCallGraph &CG, in run()
DArgumentPromotion.cpp961 CGSCCAnalysisManager &AM, in run()
DFunctionAttrs.cpp1290 CGSCCAnalysisManager &AM, in run()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp988 CGSCCAnalysisManager &AM) { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pass-manager.ll23 ; CHECK-CGSCC-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*(CGSCCAnalysisManager|Anal…
407 …CGSCC-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*(CGSCCAnalysisManager|AnalysisMan…