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

  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PassManager.h     [all...]

Completed in 68 milliseconds