GCC Middle and Back End API Reference
stack_entry Struct Reference
Collaboration diagram for stack_entry:

Data Fields

basic_block bb
bitmap set_ssa_names
bitmap used_ssa_names
bitmap non_ssa_vars
bitmap bbs_visited
unsigned int edge_num
int earliest
int overall_time
int overall_size
bool can_split

Detailed Description

Stack entry for recursive DFS walk in find_split_point.   

Field Documentation

basic_block stack_entry::bb

Referenced by find_split_points().

bitmap stack_entry::bbs_visited

Referenced by find_split_points().

bool stack_entry::can_split

Referenced by find_split_points().

int stack_entry::earliest

Referenced by find_split_points().

unsigned int stack_entry::edge_num

Referenced by find_split_points().

bitmap stack_entry::non_ssa_vars

Referenced by find_split_points().

int stack_entry::overall_size

Referenced by find_split_points().

int stack_entry::overall_time

Referenced by find_split_points().

bitmap stack_entry::set_ssa_names

Referenced by find_split_points().

bitmap stack_entry::used_ssa_names

Referenced by find_split_points().


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