Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h42 typedef AnalysisManager<LazyCallGraph::SCC> CGSCCAnalysisManager; typedef
56 explicit Result(CGSCCAnalysisManager &CGAM) : CGAM(&CGAM) {} in Result()
68 CGSCCAnalysisManager &getManager() { return *CGAM; } in getManager()
83 CGSCCAnalysisManager *CGAM;
90 explicit CGSCCAnalysisManagerModuleProxy(CGSCCAnalysisManager &CGAM) in CGSCCAnalysisManagerModuleProxy()
118 CGSCCAnalysisManager *CGAM;
222 CGSCCAnalysisManager &CGAM = in run()
364 explicit Result(const CGSCCAnalysisManager &CGAM) : CGAM(&CGAM) {} in Result()
374 const CGSCCAnalysisManager &getManager() const { return *CGAM; } in getManager()
380 const CGSCCAnalysisManager *CGAM;
[all …]
/external/llvm/include/llvm/Passes/
DPassBuilder.h50 void registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM);
/external/llvm/tools/opt/
DNewPMDriver.cpp48 CGSCCAnalysisManager CGAM(DebugPM); in runPassPipeline()
/external/llvm/lib/Passes/
DPassBuilder.cpp108 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()