GCC Middle and Back End API Reference
|
#include <tree-vectorizer.h>
Public Member Functions | |
tree | op (unsigned int i) const |
bool | all_same_p () const |
Data Fields | |
vec< tree > * | ops |
unsigned int | start |
unsigned int | length |
Represents elements [START, START + LENGTH) of cyclical array OPS* (i.e. OPS repeated to give at least START + LENGTH elements)
bool vect_scalar_ops_slice::all_same_p | ( | ) | const |
Return true if all elements of the slice are the same.
References i, length, op(), and operand_equal_p().
Referenced by vect_prologue_cost_for_slp().
|
inline |
Return element I of the slice.
Referenced by all_same_p(), vect_scalar_ops_slice_hash::equal(), and vect_scalar_ops_slice_hash::hash().
unsigned int vect_scalar_ops_slice::length |
unsigned int vect_scalar_ops_slice::start |
Referenced by op().