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.h105 InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, Module>;
111 extern template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager,
114 InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, Function>;
120 extern template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h567 class LLVM_TEMPLATE_ABI InnerAnalysisManagerProxy
569 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> {
622 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function
637 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>>;
646 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key;
650 InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
661 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h82 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
153 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
H A DCGSCCPassManager.h169 InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
208 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp30 InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, Module>; variable
32 InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, Function>; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp28 InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
H A DCGSCCPassManager.cpp57 InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp27 InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable