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

Data Fields

gimplereduc_stmt
 
gimplereduc_phi
 
enum tree_code reduction_code
 
unsigned reduc_version
 
gphikeep_res
 
tree initial_value
 
tree field
 
tree reduc_addr
 
tree init
 
gphinew_phi
 

Detailed Description

Element of the hashtable, representing a
reduction in the current loop.   

Field Documentation

◆ field

tree reduction_info::field

Referenced by add_field_for_reduction().

◆ init

tree reduction_info::init

Referenced by initialize_reductions().

◆ initial_value

tree reduction_info::initial_value

◆ keep_res

gphi* reduction_info::keep_res

◆ new_phi

gphi* reduction_info::new_phi

◆ reduc_addr

tree reduction_info::reduc_addr

◆ reduc_phi

gimple* reduction_info::reduc_phi

◆ reduc_stmt

gimple* reduction_info::reduc_stmt

Referenced by build_new_reduction().

◆ reduc_version

unsigned reduction_info::reduc_version

◆ reduction_code

enum tree_code reduction_info::reduction_code

Referenced by build_new_reduction().


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