HomeSort by: relevance | last modified time | path
    Searched defs:single_use_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fwprop.cc 190 const bool single_use_p; member in class:__anon13701::fwprop_propagation
200 single_use_p (def->single_nondebug_use ()),
280 if (single_use_p
tree-parloops.cc 1823 bool single_use_p = single_imm_use (res, &use_p, &stmt); local
1824 gcc_assert (single_use_p);
3364 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt); local
3365 gcc_assert (single_use_p);
tree-ssa-forwprop.cc 228 a single use chain up to NAME. If SINGLE_USE_P is non-null,
230 or not. SINGLE_USE_P is not written to if SINGLE_USE_ONLY is set. */
233 get_prop_source_stmt (tree name, bool single_use_only, bool *single_use_p)
256 if (!single_use_only && single_use_p)
257 *single_use_p = single_use;
605 bool single_use_p)
621 return forward_propagate_addr_expr (lhs, def_rhs, single_use_p);
634 if (single_use_p
647 return forward_propagate_addr_expr (lhs, def_rhs, single_use_p);
679 if (forward_propagate_addr_expr (lhs, new_def_rhs, single_use_p))
920 bool single_use_p = parent_single_use_p && has_single_use (name); local
    [all...]
tree-vect-patterns.cc 371 input in UNPROM, otherwise describe OP' in UNPROM. If SINGLE_USE_P
372 is nonnull, set *SINGLE_USE_P to false if any of the SSA names involved
401 bool *single_use_p = NULL)
458 && single_use_p
461 *single_use_p = false;
3002 bool single_use_p = false; local
3072 single_use_p |= op_single_use_p;
3084 efficiently in MIN_PRECISION if SINGLE_USE_P; this would shift an
3107 if (!single_use_p)
  /src/external/gpl3/gcc.old/dist/gcc/
fwprop.cc 190 const bool single_use_p; member in class:__anon16133::fwprop_propagation
200 single_use_p (def->single_nondebug_use ()),
280 if (single_use_p
tree-parloops.cc 1820 bool single_use_p = single_imm_use (res, &use_p, &stmt); local
1821 gcc_assert (single_use_p);
3359 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt); local
3360 gcc_assert (single_use_p);
tree-ssa-forwprop.cc 224 a single use chain up to NAME. If SINGLE_USE_P is non-null,
226 or not. SINGLE_USE_P is not written to if SINGLE_USE_ONLY is set. */
229 get_prop_source_stmt (tree name, bool single_use_only, bool *single_use_p)
252 if (!single_use_only && single_use_p)
253 *single_use_p = single_use;
668 bool single_use_p)
684 return forward_propagate_addr_expr (lhs, def_rhs, single_use_p);
697 if (single_use_p
710 return forward_propagate_addr_expr (lhs, def_rhs, single_use_p);
742 if (forward_propagate_addr_expr (lhs, new_def_rhs, single_use_p))
983 bool single_use_p = parent_single_use_p && has_single_use (name); local
    [all...]
tree-vect-patterns.cc 358 input in UNPROM, otherwise describe OP' in UNPROM. If SINGLE_USE_P
359 is nonnull, set *SINGLE_USE_P to false if any of the SSA names involved
388 bool *single_use_p = NULL)
442 && single_use_p
445 *single_use_p = false;
1893 bool single_use_p = false; local
1963 single_use_p |= op_single_use_p;
1975 efficiently in MIN_PRECISION if SINGLE_USE_P; this would shift an
1998 if (!single_use_p)

Completed in 31 milliseconds