GCC Middle and Back End API Reference
|
#include <tree-inline.h>
Data required for function body duplication.
int copy_body_data::add_clobbers_to_eh_landing_pads |
bool copy_body_data::adjust_array_error_bounds |
Referenced by new_omp_context().
tree copy_body_data::block |
Referenced by new_omp_context().
bitmap copy_body_data::blocks_to_copy |
gcall* copy_body_data::call_stmt |
tree(* copy_body_data::copy_decl) (tree, struct copy_body_data *) |
Referenced by build_duplicate_type().
hash_map<dependence_hash, unsigned short>* copy_body_data::dependence_map |
bool copy_body_data::do_not_fold |
Referenced by lower_assumption().
bool copy_body_data::do_not_unshare |
Referenced by lower_assumption().
bool copy_body_data::dont_remap_vla_if_no_change |
Referenced by new_omp_context().
tree copy_body_data::dst_fn |
struct cgraph_node* copy_body_data::dst_node |
Referenced by create_task_copyfn(), and new_omp_context().
basic_block copy_body_data::eh_landing_pad_dest |
int copy_body_data::eh_lp_nr |
Referenced by create_task_copyfn(), and new_omp_context().
hash_map<void *, void *>* copy_body_data::eh_map |
basic_block copy_body_data::entry_bb |
class ipa_param_body_adjustments* copy_body_data::param_body_adjs |
bool copy_body_data::prevent_decl_creation_for_types |
bool copy_body_data::regimplify |
int copy_body_data::remapping_type_depth |
bool copy_body_data::reset_location |
tree copy_body_data::retvar |
struct function* copy_body_data::src_cfun |
tree copy_body_data::src_fn |
Referenced by create_task_copyfn(), fixup_child_record_type(), lower_assumption(), new_omp_context(), and omp_copy_decl().
struct cgraph_node* copy_body_data::src_node |
Referenced by ipa_param_body_adjustments::common_initialization(), create_task_copyfn(), and new_omp_context().
enum copy_body_cge_which copy_body_data::transform_call_graph_edges |
Referenced by create_task_copyfn(), lower_assumption(), and new_omp_context().
bool copy_body_data::transform_new_cfg |
bool copy_body_data::transform_parameter |
Referenced by lower_assumption().
bool copy_body_data::transform_return_to_modify |