Home
last modified time | relevance | path

Searched refs:is_store (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-vect-transform.c2194 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()
HDtree-ssa-alias.c797 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()
HDhaifa-sched.c348 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()
HDtree-ssa-structalias.c3096 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()
HDtree-vrp.c3141 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()
HDChangeLog.tree-ssa881 * 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