Home
last modified time | relevance | path

Searched defs:CGAM (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h56 explicit Result(CGSCCAnalysisManager &CGAM) : CGAM(&CGAM) {} in Result()
90 explicit CGSCCAnalysisManagerModuleProxy(CGSCCAnalysisManager &CGAM) in CGSCCAnalysisManagerModuleProxy()
118 CGSCCAnalysisManager *CGAM; variable
222 CGSCCAnalysisManager &CGAM = in run() local
364 explicit Result(const CGSCCAnalysisManager &CGAM) : CGAM(&CGAM) {} in Result()
387 CGSCCAnalysisManagerFunctionProxy(const CGSCCAnalysisManager &CGAM) in CGSCCAnalysisManagerFunctionProxy()
410 const CGSCCAnalysisManager *CGAM; variable
/external/llvm/tools/opt/
DNewPMDriver.cpp48 CGSCCAnalysisManager CGAM(DebugPM); in runPassPipeline() local
/external/llvm/lib/Passes/
DPassBuilder.cpp108 void PassBuilder::registerCGSCCAnalyses(CGSCCAnalysisManager &CGAM) { in registerCGSCCAnalyses()