Searched refs:InnerAnalysisManagerProxy (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | PassManager.h | 672 class InnerAnalysisManagerProxy 674 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> { 721 if (!PA.preserved(InnerAnalysisManagerProxy::ID())) in invalidate() 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 739 InnerAnalysisManagerProxy &operator=(InnerAnalysisManagerProxy RHS) { 757 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>>; 764 char InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>::PassID; 766 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager, [all …]
|
/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/include/llvm/Analysis/ |
D | CGSCCPassManager.h | 46 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; 48 typedef InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module> 145 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager, 148 typedef InnerAnalysisManagerProxy<FunctionAnalysisManager, LazyCallGraph::SCC>
|
D | LoopPassManager.h | 41 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; 43 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
|
/external/llvm/lib/IR/ |
D | PassManager.cpp | 22 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
|
/external/llvm/test/Other/ |
D | new-pass-manager.ll | 23 ; CHECK-CGSCC-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}> 39 ; CHECK-FUNCTION-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}> 69 ; CHECK-FUNCTION-PRINT: Running analysis: InnerAnalysisManagerProxy<{{.*}}>
|