LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DefaultAnalysisGraphTraits< Result, GraphT > Struct Template Reference

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

#include "llvm/Analysis/DOTGraphTraitsPass.h"

Static Public Member Functions

static GraphT getGraph (Result R)
 

Detailed Description

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

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

This assumes that 'GraphT' is 'AnalysisT::Result *', and pass it through

Definition at line 29 of file DOTGraphTraitsPass.h.

Member Function Documentation

◆ getGraph()

template<typename Result , typename GraphT = Result *>
static GraphT llvm::DefaultAnalysisGraphTraits< Result, GraphT >::getGraph ( Result  R)
inlinestatic

Definition at line 30 of file DOTGraphTraitsPass.h.


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