Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCGSCCPassManager.cpp18 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>; variable
21 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, variable
DLoopPassManager.cpp24 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>; variable
/external/llvm/lib/IR/
DPassManager.cpp22 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>; variable
/external/llvm/include/llvm/IR/
DPassManager.h732 explicit InnerAnalysisManagerProxy(AnalysisManagerT &AM) : AM(&AM) {} in InnerAnalysisManagerProxy() function
735 InnerAnalysisManagerProxy(const InnerAnalysisManagerProxy &Arg) in InnerAnalysisManagerProxy() function
737 InnerAnalysisManagerProxy(InnerAnalysisManagerProxy &&Arg) in InnerAnalysisManagerProxy() function