GCC Middle and Back End API Reference
_slp_tree Struct Reference

#include <tree-vectorizer.h>

Collaboration diagram for _slp_tree:

Data Fields

vec< slp_treechildren
vec< gimplestmts
vec< unsigned > load_permutation
vec< gimplevec_stmts
unsigned int vec_stmts_size

Detailed Description

A computation tree of an SLP instance.  Each node corresponds to a group of
   stmts to be packed in a SIMD stmt.   

Field Documentation

vec<slp_tree> _slp_tree::children
vec<unsigned> _slp_tree::load_permutation
vec<gimple> _slp_tree::stmts
vec<gimple> _slp_tree::vec_stmts
unsigned int _slp_tree::vec_stmts_size

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