Polly 20.0.0git
|
#include <isl_tarjan.h>
Public Attributes | |
int | index |
int | min_index |
int | on_stack |
Definition at line 10 of file isl_tarjan.h.
int isl_tarjan_node::index |
Definition at line 11 of file isl_tarjan.h.
Referenced by isl_tarjan_components(), isl_tarjan_graph_alloc(), and isl_tarjan_graph_init().
int isl_tarjan_node::min_index |
Definition at line 12 of file isl_tarjan.h.
Referenced by isl_tarjan_components().
int isl_tarjan_node::on_stack |
Definition at line 13 of file isl_tarjan.h.
Referenced by isl_tarjan_components().