Searched refs:CGSCCAnalysisManager (Results 1 – 4 of 4) sorted by relevance
42 typedef AnalysisManager<LazyCallGraph::SCC> CGSCCAnalysisManager; typedef56 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 …]
50 void registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM);
48 CGSCCAnalysisManager CGAM(DebugPM); in runPassPipeline()
108 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()