Home
last modified time | relevance | path

Searched defs:OuterAnalysisManagerProxy (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp25 template class OuterAnalysisManagerProxy<ModuleAnalysisManager, Function>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAnalysisManager.cpp26 template class OuterAnalysisManagerProxy<FunctionAnalysisManager, Loop, variable
DCGSCCPassManager.cpp44 template class OuterAnalysisManagerProxy<ModuleAnalysisManager, variable
46 template class OuterAnalysisManagerProxy<CGSCCAnalysisManager, Function>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h1230 OuterAnalysisManagerProxy(const AnalysisManagerT &OuterAM) in OuterAnalysisManagerProxy() function