Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h960 class InnerAnalysisManagerProxy
962 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> {
1015 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
1030 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>>;
1039 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key;
1043 InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
1054 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp25 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
H A DCGSCCPassManager.cpp53 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp24 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable