struct DefaultAnalysisGraphTraits

Declaration

template <typename Result, typename GraphT = Result*>
struct DefaultAnalysisGraphTraits { /* full declaration omitted */ };

Description

Default traits class for extracting a graph from an analysis pass. This assumes that 'GraphT' is 'AnalysisT::Result *', and pass it through

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

Templates

Result
GraphT = Result *

Method Overview

Methods

ΒΆstatic GraphT getGraph(Result R)

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

Parameters

Result R