GCC Middle and Back End API Reference
|
Data Fields | |
sreal | header_time |
sreal | split_time |
unsigned int | header_size |
unsigned int | split_size |
bitmap | ssa_names_to_pass |
basic_block | entry_bb |
profile_count | count |
bitmap | split_bbs |
bool | split_part_set_retval |
Description of split point.
profile_count split_point::count |
Referenced by consider_split(), and split_function().
basic_block split_point::entry_bb |
Referenced by consider_split(), dump_split_point(), find_split_points(), split_function(), and verify_non_ssa_vars().
unsigned int split_point::header_size |
Referenced by consider_split(), dump_split_point(), and find_split_points().
sreal split_point::header_time |
Referenced by dump_split_point(), and find_split_points().
bitmap split_point::split_bbs |
bool split_point::split_part_set_retval |
Referenced by consider_split(), and split_function().
unsigned int split_point::split_size |
Referenced by consider_split(), dump_split_point(), and find_split_points().
sreal split_point::split_time |
Referenced by dump_split_point(), and find_split_points().
bitmap split_point::ssa_names_to_pass |
Referenced by consider_split(), dump_split_point(), execute_split_functions(), find_split_points(), and split_function().