GCC Middle and Back End API Reference
|
#include <tree-vectorizer.h>
Data Fields | |
basic_block | bb |
vec< gimple > | grouped_stores |
vec< slp_instance > | slp_instances |
vec< data_reference_p > | datarefs |
vec< ddr_p > | ddrs |
void * | target_cost_data |
basic_block _bb_vec_info::bb |
vec<data_reference_p> _bb_vec_info::datarefs |
All data references in the basic block.
All interleaving chains of stores in the basic block, represented by the first stmt in the chain.
vec<slp_instance> _bb_vec_info::slp_instances |
All SLP instances in the basic block. This is a subset of the set of GROUP_STORES of the basic block.
void* _bb_vec_info::target_cost_data |
Cost data used by the target cost model.