Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCGSCCPassManager.cpp18 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
21 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, variable
DLoopPassManager.cpp24 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
/external/llvm/lib/IR/
DPassManager.cpp22 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPassManager.cpp25 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAnalysisManager.cpp31 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
DCGSCCPassManager.cpp44 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
/external/llvm/include/llvm/IR/
DPassManager.h732 explicit InnerAnalysisManagerProxy(AnalysisManagerT &AM) : AM(&AM) {} in InnerAnalysisManagerProxy() function
735 InnerAnalysisManagerProxy(const InnerAnalysisManagerProxy &Arg) in InnerAnalysisManagerProxy() function
737 InnerAnalysisManagerProxy(InnerAnalysisManagerProxy &&Arg) in InnerAnalysisManagerProxy() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h1001 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function