Home
last modified time | relevance | path

Searched defs:InnerAnalysisManagerProxy (Results 1 – 5 of 5) sorted by relevance

/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h616 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function