Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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>;
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPassManager.h931 class InnerAnalysisManagerProxy
933 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> {
986 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
1001 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>>;
1010 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key;
1014 InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
1025 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp25 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
H A DCGSCCPassManager.cpp53 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
/openbsd/gnu/llvm/llvm/lib/IR/
H A DPassManager.cpp25 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable