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

Public Attributes

struct isl_scc_graphscc_graph
 
int * next
 
int n
 

Detailed Description

Definition at line 249 of file isl_scheduler_scc.c.

Member Data Documentation

◆ n

int isl_extract_dst_data::n

Definition at line 252 of file isl_scheduler_scc.c.

Referenced by extract_dst(), and next_nodes().

◆ next

int* isl_extract_dst_data::next

Definition at line 251 of file isl_scheduler_scc.c.

Referenced by extract_dst(), and next_nodes().

◆ scc_graph

struct isl_scc_graph* isl_extract_dst_data::scc_graph

Definition at line 250 of file isl_scheduler_scc.c.

Referenced by extract_dst(), and next_nodes().


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