Polly 20.0.0git
|
#include <isl_tarjan.h>
Public Attributes | |
int | len |
struct isl_tarjan_node * | node |
int * | stack |
int | sp |
int | index |
int * | order |
int | op |
Definition at line 26 of file isl_tarjan.h.
int isl_tarjan_graph::index |
Definition at line 31 of file isl_tarjan.h.
Referenced by isl_tarjan_components(), and isl_tarjan_graph_alloc().
int isl_tarjan_graph::len |
Definition at line 27 of file isl_tarjan.h.
Referenced by isl_tarjan_components(), isl_tarjan_graph_alloc(), isl_tarjan_graph_component(), and isl_tarjan_graph_init().
struct isl_tarjan_node* isl_tarjan_graph::node |
Definition at line 28 of file isl_tarjan.h.
Referenced by isl_tarjan_components(), isl_tarjan_graph_alloc(), isl_tarjan_graph_component(), isl_tarjan_graph_free(), and isl_tarjan_graph_init().
int isl_tarjan_graph::op |
Definition at line 33 of file isl_tarjan.h.
Referenced by isl_tarjan_components(), isl_tarjan_graph_alloc(), and mark_merge_sccs().
int* isl_tarjan_graph::order |
Definition at line 32 of file isl_tarjan.h.
Referenced by construct_power_components(), FN(), generate_components(), isl_sched_graph_detect_ccs(), isl_tarjan_components(), isl_tarjan_graph_alloc(), isl_tarjan_graph_free(), mark_merge_sccs(), and union_components().
int isl_tarjan_graph::sp |
Definition at line 30 of file isl_tarjan.h.
Referenced by isl_tarjan_components(), and isl_tarjan_graph_alloc().
int* isl_tarjan_graph::stack |
Definition at line 29 of file isl_tarjan.h.
Referenced by isl_tarjan_components(), isl_tarjan_graph_alloc(), and isl_tarjan_graph_free().