GCC Middle and Back End API Reference
|
#include <cfgloop.h>
Data Fields | |
int | state |
vec< loop_p, va_gc > * | larray |
hash_table< loop_exit_hasher > * | exits |
class loop * | tree_root |
Structure to hold CFG information about natural loops within a function.
hash_table<loop_exit_hasher>* loops::exits |
Referenced by flow_loops_find(), move_sese_region_to_fn(), and release_recorded_exits().
int loops::state |
class loop* loops::tree_root |
Referenced by flow_loops_find(), init_loops_structure(), input_cfg(), and loops_list::loops_list().