Searched refs:is_store (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-vect-transform.c | 2194 bool is_store = false; in vect_transform_stmt() local 2222 is_store = true; in vect_transform_stmt() 2278 return is_store; in vect_transform_stmt() 3086 bool is_store; in vect_transform_loop() local 3111 is_store = vect_transform_stmt (stmt, &si); in vect_transform_loop() 3112 if (is_store) in vect_transform_loop()
|
| HD | tree-ssa-alias.c | 797 unsigned *num_derefs_p, bool *is_store) in count_uses_and_derefs() argument 804 *is_store = false; in count_uses_and_derefs() 854 *is_store = true; in count_uses_and_derefs()
|
| HD | haifa-sched.c | 348 may_trap_exp (rtx x, int is_store) in may_trap_exp() argument 355 if (is_store) in may_trap_exp() 390 int tmp_class = may_trap_exp (XEXP (x, i), is_store); in may_trap_exp() 398 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); in may_trap_exp()
|
| HD | tree-ssa-structalias.c | 3096 bool is_store, is_potential_deref; in update_alias_info() local 3149 count_uses_and_derefs (op, stmt, &num_uses, &num_derefs, &is_store); in update_alias_info() 3201 if (is_store) in update_alias_info()
|
| HD | tree-vrp.c | 3141 bool is_store; in infer_value_range() local 3144 count_uses_and_derefs (op, stmt, &num_uses, &num_derefs, &is_store); in infer_value_range()
|
| HD | ChangeLog.tree-ssa | 881 * tree-dfa.c (struct walk_state): Remove fields 'is_store' and 894 Add new argument 'is_store'. Set to true if the 11941 walk_state->is_store if the function may clobber and create a
|