Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h82 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
147 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
H A DCGSCCPassManager.h168 InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
207 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPassManager.h1038 class InnerAnalysisManagerProxy
1040 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> {
1093 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
1108 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>>;
1117 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key;
1121 InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
1132 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DPassManager.cpp25 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp31 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
H A DCGSCCPassManager.cpp44 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable