Home
last modified time | relevance | path

Searched defs:data_reference (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.h148 struct data_reference struct
151 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;
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-data-ref.h174 struct data_reference struct
177 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