Searched defs:data_reference (Results 1 – 2 of 2) sorted by relevance
148 struct data_reference struct151 gimple *stmt;154 tree ref;157 void *aux;160 bool is_read;165 bool is_conditional_in_stmt;168 struct innermost_loop_behavior innermost;171 struct indices indices;174 struct dr_alias alias;
174 struct data_reference struct177 gimple stmt;180 tree ref;183 void *aux;186 bool is_read;189 struct innermost_loop_behavior innermost;192 struct indices indices;218 typedef struct data_reference *data_reference_p; argument