Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp24 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAnalysisManager.cpp25 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
DCGSCCPassManager.cpp43 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h1100 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function