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

Data Fields

int nsets
int path_size
struct branch_pathpath

Detailed Description

This data describes a block that will be processed by cse_extended_basic_block.


Field Documentation

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.


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