Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp208 auto *FAMProxy = MAM.getCachedResult<FunctionAnalysisManagerModuleProxy>(M); in run() local
209 assert(FAMProxy && "The CGSCC pass manager requires that the FAM module " in run()
217 return Result(FAMProxy->getManager()); in run()