LLVM API Documentation

Static Public Member Functions
llvm::DefaultAnalysisGraphTraits< AnalysisT, GraphT > Struct Template Reference

Default traits class for extracting a graph from an analysis pass. More...

#include <DOTGraphTraitsPass.h>

List of all members.

Static Public Member Functions

static GraphT getGraph (AnalysisT *A)

Detailed Description

template<typename AnalysisT, typename GraphT = AnalysisT *>
struct llvm::DefaultAnalysisGraphTraits< AnalysisT, GraphT >

Default traits class for extracting a graph from an analysis pass.

This assumes that 'GraphT' is 'AnalysisT *' and so just passes it through.

Definition at line 27 of file DOTGraphTraitsPass.h.


Member Function Documentation

template<typename AnalysisT , typename GraphT = AnalysisT *>
static GraphT llvm::DefaultAnalysisGraphTraits< AnalysisT, GraphT >::getGraph ( AnalysisT *  A) [inline, static]

Definition at line 28 of file DOTGraphTraitsPass.h.

References llvm::ARM_PROC::A.


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