LLVM  8.0.1
Public Attributes | List of all members
llvm::cflaa::CFLGraph::NodeInfo Struct Reference

#include "Analysis/CFLGraph.h"

Collaboration diagram for llvm::cflaa::CFLGraph::NodeInfo:
Collaboration graph
[legend]

Public Attributes

EdgeList Edges
 
EdgeList ReverseEdges
 
AliasAttrs Attr
 

Detailed Description

Definition at line 70 of file CFLGraph.h.

Member Data Documentation

◆ Attr

AliasAttrs llvm::cflaa::CFLGraph::NodeInfo::Attr

Definition at line 72 of file CFLGraph.h.

◆ Edges

EdgeList llvm::cflaa::CFLGraph::NodeInfo::Edges

Definition at line 71 of file CFLGraph.h.

◆ ReverseEdges

EdgeList llvm::cflaa::CFLGraph::NodeInfo::ReverseEdges

Definition at line 71 of file CFLGraph.h.


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