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

Public Member Functions

gphireduc_phi () const

Data Fields

gimplereduc_stmt
tree reduc_phi_name
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.

Member Function Documentation

◆ reduc_phi()

Field Documentation

◆ field

◆ init

tree reduction_info::init

◆ initial_value

tree reduction_info::initial_value

◆ keep_res

◆ new_phi

◆ reduc_addr

tree reduction_info::reduc_addr

◆ reduc_phi_name

◆ reduc_stmt

◆ reduc_version

unsigned reduction_info::reduc_version

◆ reduction_code

enum tree_code reduction_info::reduction_code

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