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

Data Fields

tree orig_block
 
tree new_block
 
tree from_context
 
tree to_context
 
hash_map< tree, tree > * vars_map
 
htab_t new_label_map
 
hash_map< void *, void * > * eh_map
 
bool remap_decls_p
 

Field Documentation

◆ eh_map

hash_map<void *, void *>* move_stmt_d::eh_map

◆ from_context

tree move_stmt_d::from_context

Referenced by move_sese_region_to_fn().

◆ new_block

tree move_stmt_d::new_block

◆ new_label_map

htab_t move_stmt_d::new_label_map

◆ orig_block

tree move_stmt_d::orig_block

◆ remap_decls_p

bool move_stmt_d::remap_decls_p

◆ to_context

tree move_stmt_d::to_context

◆ vars_map

hash_map<tree, tree>* move_stmt_d::vars_map

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