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

Public Attributes

struct isl_scc_graphscc_graph
 
isl_bool(* fn )(int pos, void *user)
 
void * user
 

Detailed Description

Definition at line 313 of file isl_scheduler_scc.c.

Member Data Documentation

◆ fn

isl_bool(* isl_foreach_reachable_data::fn) (int pos, void *user)

Definition at line 315 of file isl_scheduler_scc.c.

Referenced by recurse_foreach_reachable().

◆ scc_graph

struct isl_scc_graph* isl_foreach_reachable_data::scc_graph

◆ user

void* isl_foreach_reachable_data::user

Definition at line 316 of file isl_scheduler_scc.c.

Referenced by recurse_foreach_reachable().


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