Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h78 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
149 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
H A DCGSCCPassManager.h168 InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
207 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h926 class InnerAnalysisManagerProxy
928 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> {
981 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
996 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>>;
1005 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key;
1009 InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
1020 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp27 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
H A DCGSCCPassManager.cpp52 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp25 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable