CACAO
Data Fields
graphdata Struct Reference

Data Fields

int basicblockcount
 
int * num_succ
 
struct graph_element ** successor
 
int * num_pred
 
struct graph_element ** predecessor
 

Detailed Description

Definition at line 60 of file graph.hpp.

Field Documentation

int graphdata::basicblockcount

Definition at line 62 of file graph.hpp.

int* graphdata::num_pred

Definition at line 66 of file graph.hpp.

int* graphdata::num_succ

Definition at line 64 of file graph.hpp.

struct graph_element** graphdata::predecessor

Definition at line 67 of file graph.hpp.

struct graph_element** graphdata::successor

Definition at line 65 of file graph.hpp.


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