GCC Middle and Back End API Reference
ddg_edge Struct Reference

#include <ddg.h>

Collaboration diagram for ddg_edge:

Data Fields

ddg_node_ptr src
ddg_node_ptr dest
dep_type type
dep_data_type data_type
int latency
int distance
ddg_edge_ptr next_in
ddg_edge_ptr next_out
union {
   int   count
   void *   info
aux

Detailed Description

A structure that represents an edge in the DDG.   

Field Documentation

union { ... } ddg_edge::aux
int ddg_edge::count

Referenced by create_ddg_all_sccs(), and create_scc().

dep_data_type ddg_edge::data_type
void* ddg_edge::info

Referenced by create_ddg_edge().


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