Searched defs:InnerAnalysisManagerProxy (Results 1 – 13 of 13) sorted by relevance
| /external/llvm/lib/Analysis/ |
| D | CGSCCPassManager.cpp | 18 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable 21 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, variable
|
| D | LoopPassManager.cpp | 24 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
|
| /external/llvm/lib/IR/ |
| D | PassManager.cpp | 22 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | PassManager.cpp | 24 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | LoopAnalysisManager.cpp | 27 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
|
| D | CGSCCPassManager.cpp | 52 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | LoopAnalysisManager.cpp | 25 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
|
| D | CGSCCPassManager.cpp | 43 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
|
| /external/llvm-project/llvm/lib/IR/ |
| D | PassManager.cpp | 25 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
|
| /external/llvm-project/polly/lib/Analysis/ |
| D | ScopPass.cpp | 66 template class InnerAnalysisManagerProxy<ScopAnalysisManager, Function>; variable
|
| /external/llvm/include/llvm/IR/ |
| D | PassManager.h | 732 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/llvm-project/llvm/include/llvm/IR/ |
| D | PassManager.h | 1024 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | PassManager.h | 1100 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
|