GCC Middle and Back End API Reference
|
#include <tree-vectorizer.h>
Data Fields | |
vec< slp_tree > | children |
vec< gimple > | stmts |
vec< unsigned > | load_permutation |
vec< gimple > | vec_stmts |
unsigned int | vec_stmts_size |
A computation tree of an SLP instance. Each node corresponds to a group of stmts to be packed in a SIMD stmt.
vec<unsigned> _slp_tree::load_permutation |
Referenced by vect_supported_load_permutation_p().
unsigned int _slp_tree::vec_stmts_size |
Referenced by vectorizable_conversion(), and vectorizable_shift().