HomeSort by relevance Sort by last modified time
    Searched refs:InnerAnalysisManagerProxy (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 18 template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
21 template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
LoopPassManager.cpp 24 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
  /external/llvm/lib/IR/
PassManager.cpp 22 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 46 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
48 typedef InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>
145 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
148 typedef InnerAnalysisManagerProxy<FunctionAnalysisManager, LazyCallGraph::SCC>
LoopPassManager.h 41 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
43 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
  /external/llvm/include/llvm/IR/
PassManager.h 672 class InnerAnalysisManagerProxy
674 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT>> {
721 if (!PA.preserved(InnerAnalysisManagerProxy::ID()))
732 explicit InnerAnalysisManagerProxy(AnalysisManagerT &AM) : AM(&AM) {}
735 InnerAnalysisManagerProxy(const InnerAnalysisManagerProxy &Arg)
737 InnerAnalysisManagerProxy(InnerAnalysisManagerProxy &&Arg)
739 InnerAnalysisManagerProxy &operator=(InnerAnalysisManagerProxy RHS)
    [all...]

Completed in 250 milliseconds