GCC Middle and Back End API Reference
|
#include <tree-vectorizer.h>
Data Fields | |
int | count |
enum vect_cost_for_stmt | kind |
enum vect_cost_model_location | where |
stmt_vec_info | stmt_info |
slp_tree | node |
tree | vectype |
int | misalign |
Structure to encapsulate information about a group of like instructions to be presented to the target cost model.
int stmt_info_for_cost::count |
Referenced by add_stmt_costs().
enum vect_cost_for_stmt stmt_info_for_cost::kind |
Referenced by add_stmt_costs().
int stmt_info_for_cost::misalign |
Referenced by add_stmt_costs().
slp_tree stmt_info_for_cost::node |
Referenced by add_stmt_costs(), and gdbhooks.TreePrinter::to_string().
stmt_vec_info stmt_info_for_cost::stmt_info |
Referenced by add_stmt_costs(), and vect_bb_vectorization_profitable_p().
tree stmt_info_for_cost::vectype |
Referenced by add_stmt_costs().
enum vect_cost_model_location stmt_info_for_cost::where |
Referenced by add_stmt_costs().