Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h107 InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, Module>;
113 extern template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager,
116 InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, Function>;
122 extern template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h80 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
151 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.h561 class InnerAnalysisManagerProxy
563 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> {
616 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
631 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>>;
640 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key;
644 InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
655 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp26 template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, variable
28 template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, variable
/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.cpp25 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable