Polly 19.0.0git
Public Attributes | List of all members
isl_tarjan_node Struct Reference

#include <isl_tarjan.h>

Public Attributes

int index
 
int min_index
 
int on_stack
 

Detailed Description

Definition at line 10 of file isl_tarjan.h.

Member Data Documentation

◆ index

int isl_tarjan_node::index

◆ min_index

int isl_tarjan_node::min_index

Definition at line 12 of file isl_tarjan.h.

Referenced by isl_tarjan_components().

◆ on_stack

int isl_tarjan_node::on_stack

Definition at line 13 of file isl_tarjan.h.

Referenced by isl_tarjan_components().


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