LLVM  8.0.1
Public Member Functions | List of all members
llvm::RequireAnalysisPass< AnalysisT, LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, CGSCCUpdateResult & > Struct Template Reference

An explicit specialization of the require analysis template pass. More...

#include "llvm/Analysis/CGSCCPassManager.h"

Inheritance diagram for llvm::RequireAnalysisPass< AnalysisT, LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, CGSCCUpdateResult & >:
Inheritance graph
[legend]
Collaboration diagram for llvm::RequireAnalysisPass< AnalysisT, LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, CGSCCUpdateResult & >:
Collaboration graph
[legend]

Public Member Functions

PreservedAnalyses run (LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< RequireAnalysisPass< AnalysisT, LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, CGSCCUpdateResult &> >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

template<typename AnalysisT>
struct llvm::RequireAnalysisPass< AnalysisT, LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &, CGSCCUpdateResult & >

An explicit specialization of the require analysis template pass.

Definition at line 154 of file CGSCCPassManager.h.

Member Function Documentation

◆ run()

Definition at line 159 of file CGSCCPassManager.h.

References llvm::PreservedAnalyses::all().


The documentation for this struct was generated from the following file: