Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachinePassManager.cpp26 template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, variable
28 template class InnerAnalysisManagerProxy<MachineFunctionAnalysisManager, variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopAnalysisManager.cpp25 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
HDCGSCCPassManager.cpp53 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDPassManager.cpp25 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPassManager.h616 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy() function