GCC Middle and Back End API Reference
|
Data Fields | |
int | nsets |
int | path_size |
struct branch_path * | path |
This data describes a block that will be processed by cse_extended_basic_block.
int cse_basic_block_data::nsets |
Total number of SETs in block.
Referenced by cse_process_notes().
struct branch_path* cse_basic_block_data::path |
Current path, indicating which basic_blocks will be processed.
Referenced by cse_process_notes_1().
int cse_basic_block_data::path_size |
Size of current branch path, if any.