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

Data Fields

tree var
 
gphiphi
 
tree init
 
tree next
 
gphilcssa_phi
 
gimpleproducer
 
gimpleconsumer
 
tree init_ref
 
tree fini_ref
 
enum reduction_type type
 

Detailed Description

Structure recording loop reduction variable.   

Field Documentation

◆ consumer

gimple* reduction::consumer

◆ fini_ref

tree reduction::fini_ref

◆ init

tree reduction::init

◆ init_ref

tree reduction::init_ref

◆ lcssa_phi

gphi* reduction::lcssa_phi

◆ next

tree reduction::next

◆ phi

gphi* reduction::phi

◆ producer

gimple* reduction::producer

◆ type

enum reduction_type reduction::type

◆ var

tree reduction::var

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