Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp223 auto *FAMProxy = MAM.getCachedResult<FunctionAnalysisManagerModuleProxy>(M); in run() local
224 assert(FAMProxy && "The CGSCC pass manager requires that the FAM module " in run()
232 return Result(FAMProxy->getManager()); in run()