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

#include <isl_tarjan.h>

Public Attributes

int len
 
struct isl_tarjan_nodenode
 
int * stack
 
int sp
 
int index
 
int * order
 
int op
 

Detailed Description

Definition at line 26 of file isl_tarjan.h.

Member Data Documentation

◆ index

int isl_tarjan_graph::index

Definition at line 31 of file isl_tarjan.h.

Referenced by isl_tarjan_components(), and isl_tarjan_graph_alloc().

◆ len

int isl_tarjan_graph::len

◆ node

struct isl_tarjan_node* isl_tarjan_graph::node

◆ op

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().

◆ order

int* isl_tarjan_graph::order

◆ sp

int isl_tarjan_graph::sp

Definition at line 30 of file isl_tarjan.h.

Referenced by isl_tarjan_components(), and isl_tarjan_graph_alloc().

◆ stack

int* isl_tarjan_graph::stack

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