class DOTGraphTraitsModuleViewer

Declaration

template <typename AnalysisT,
          bool IsSimple,
          typename GraphT = AnalysisT*,
          typename AnalysisGraphTraitsT =
              DefaultAnalysisGraphTraits<AnalysisT, GraphT>>
class DOTGraphTraitsModuleViewer : public ModulePass { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Analysis/DOTGraphTraitsPass.h:127

Inherits from: ModulePass

Templates

AnalysisT
bool IsSimple
GraphT = AnalysisT *
AnalysisGraphTraitsT = DefaultAnalysisGraphTraits<AnalysisT, GraphT>

Method Overview

Inherited from ModulePass:

Inherited from Pass:

Methods

DOTGraphTraitsModuleViewer<AnalysisT,
                           IsSimple,
                           GraphT,
                           AnalysisGraphTraitsT>(
    llvm::StringRef GraphName,
    char& ID)

Declared at: llvm/include/llvm/Analysis/DOTGraphTraitsPass.h:129

Parameters

llvm::StringRef GraphName
char& ID

void getAnalysisUsage(
    llvm::AnalysisUsage& AU) const

Description

getAnalysisUsage - This function should be overriden by passes that need analysis information to do their job. If a pass specifies that it uses a particular analysis result to this function, it can then use the getAnalysis <AnalysisType >() function, below.

Declared at: llvm/include/llvm/Analysis/DOTGraphTraitsPass.h:141

Parameters

llvm::AnalysisUsage& AU

bool runOnModule(llvm::Module& M)

Description

runOnModule - Virtual method overriden by subclasses to process the module being operated on.

Declared at: llvm/include/llvm/Analysis/DOTGraphTraitsPass.h:132

Parameters

llvm::Module& M