Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::DependenceAnalysisPrinterPass Struct Reference

Printer pass to dump DA results. More...

#include "llvm/Analysis/DependenceAnalysis.h"

Inheritance diagram for llvm::DependenceAnalysisPrinterPass:
[legend]

Public Member Functions

 DependenceAnalysisPrinterPass (raw_ostream &OS, bool NormalizeResults=false)
LLVM_ABI PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< DependenceAnalysisPrinterPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Static Public Member Functions

static bool isRequired ()
Static Public Member Functions inherited from llvm::PassInfoMixin< DependenceAnalysisPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Printer pass to dump DA results.

Definition at line 1031 of file DependenceAnalysis.h.

Constructor & Destructor Documentation

◆ DependenceAnalysisPrinterPass()

llvm::DependenceAnalysisPrinterPass::DependenceAnalysisPrinterPass ( raw_ostream & OS,
bool NormalizeResults = false )
inline

Definition at line 1033 of file DependenceAnalysis.h.

Member Function Documentation

◆ isRequired()

bool llvm::DependenceAnalysisPrinterPass::isRequired ( )
inlinestatic

Definition at line 1038 of file DependenceAnalysis.h.

◆ run()

PreservedAnalyses DependenceAnalysisPrinterPass::run ( Function & F,
FunctionAnalysisManager & FAM )

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