Home
last modified time | relevance | path

Searched refs:InnerAnalysisManagerProxy (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DPassManager.h672 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/
DCGSCCPassManager.cpp18 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
21 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, variable
DLoopPassManager.cpp24 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h46 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
48 typedef InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>
145 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
148 typedef InnerAnalysisManagerProxy<FunctionAnalysisManager, LazyCallGraph::SCC>
DLoopPassManager.h41 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
43 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
/external/llvm/lib/IR/
DPassManager.cpp22 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
/external/llvm/test/Other/
Dnew-pass-manager.ll23 ; CHECK-CGSCC-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}>
39 ; CHECK-FUNCTION-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}>
69 ; CHECK-FUNCTION-PRINT: Running analysis: InnerAnalysisManagerProxy<{{.*}}>