GCC Middle and Back End API Reference
|
#include <tree-vectorizer.h>
Data Fields | |
slp_tree | root |
unsigned int | group_size |
unsigned int | unrolling_factor |
stmt_vector_for_cost | body_cost_vec |
vec< slp_tree > | loads |
gimple | first_load |
SLP instance is a sequence of stmts in a loop that can be packed into SIMD stmts.
stmt_vector_for_cost _slp_instance::body_cost_vec |
gimple _slp_instance::first_load |
unsigned int _slp_instance::group_size |
slp_tree _slp_instance::root |
unsigned int _slp_instance::unrolling_factor |