GCC Middle and Back End API Reference
vect_reusable_accumulator Struct Reference

#include <tree-vectorizer.h>

Collaboration diagram for vect_reusable_accumulator:

Data Fields

tree reduc_input
 
stmt_vec_info reduc_info
 

Detailed Description

Information about a reduction accumulator from the main loop that could
conceivably be reused as the input to a reduction in an epilogue loop.   

Field Documentation

◆ reduc_info

stmt_vec_info vect_reusable_accumulator::reduc_info

◆ reduc_input

tree vect_reusable_accumulator::reduc_input

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