
Go to the source code of this file.
Classes | |
| struct | block_stack_t |
Defines | |
| #define | BLOCK_CHUNK_SIZE 20 |
| #define | cwh_block_current_inline() WN_block |
| #define | cwh_block_decl() WN_decl_block |
Functions | |
| static void | cwh_block_bump (void) |
| static WN ** | cwh_block_find_address (enum block_id id) |
Variables | |
| static block_stack_t * | block_stack |
| static INT32 | block_stack_size = 0 |
| static INT32 | block_stack_top = -1 |
| static WN * | WN_block |
| static WN * | WN_decl_block |
| static WN * | WN_copyin_block |
| static WN * | WN_defer_block |
| static WN * | WN_top_of_loop_block |
| static BOOL | cwh_block_add_debug_line |
| #define BLOCK_CHUNK_SIZE 20 |
Definition at line 66 of file cwh_block.i.
Referenced by cwh_block_bump().
| #define cwh_block_current_inline | ( | ) | WN_block |
Definition at line 88 of file cwh_block.i.
Referenced by cwh_block_append(), cwh_block_exchange_current(), cwh_block_insert_after(), cwh_block_new_and_current(), cwh_block_push_block(), cwh_block_push_region(), and cwh_block_set_region_pragmas().
| #define cwh_block_decl | ( | ) | WN_decl_block |
Definition at line 89 of file cwh_block.i.
Referenced by cwh_block_new_and_decl().
| static void cwh_block_bump | ( | void | ) | [static] |
block_stack_t* block_stack [static] |
Definition at line 63 of file cwh_block.i.
Referenced by cwh_block_add_to_enclosing_regions(), cwh_block_bump(), cwh_block_dump(), cwh_block_pop_block(), cwh_block_pop_region(), cwh_block_push_block(), cwh_block_push_region(), and cwh_block_set_region_pragmas().
INT32 block_stack_size = 0 [static] |
Definition at line 64 of file cwh_block.i.
Referenced by cwh_block_bump().
INT32 block_stack_top = -1 [static] |
Definition at line 65 of file cwh_block.i.
Referenced by cwh_block_add_to_enclosing_regions(), cwh_block_bump(), cwh_block_dump(), cwh_block_pop_block(), cwh_block_pop_region(), cwh_block_push_block(), cwh_block_push_region(), and cwh_block_set_region_pragmas().
BOOL cwh_block_add_debug_line [static] |
Definition at line 81 of file cwh_block.i.
Referenced by cwh_block_append_given_block(), cwh_block_init_pu(), cwh_block_insert_after(), and cwh_block_toggle_debug().
Definition at line 71 of file cwh_block.i.
Referenced by cwh_block_current(), and cwh_block_set_current().
WN* WN_copyin_block [static] |
Definition at line 74 of file cwh_block.i.
Referenced by cwh_block_find_address(), and cwh_block_init_pu().
WN* WN_decl_block [static] |
Definition at line 72 of file cwh_block.i.
Referenced by cwh_block_find_address(), and cwh_block_init_pu().
WN* WN_defer_block [static] |
Definition at line 76 of file cwh_block.i.
Referenced by cwh_block_find_address(), and cwh_block_init_pu().
WN* WN_top_of_loop_block [static] |
Definition at line 78 of file cwh_block.i.
Referenced by cwh_block_find_address(), and cwh_block_init_pu().
1.7.1