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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-propagate.cc 585 if (!may_propagate_copy (tuse, val))
620 if (val && val != arg && may_propagate_copy (arg, val))
749 && may_propagate_copy (arg, val))
783 && may_propagate_copy (res, sprime))
823 && may_propagate_copy (lhs, sprime)
1040 may_propagate_copy (tree dest, tree orig, bool dest_not_abnormal_phi_edge_p) function
1080 /* Like may_propagate_copy, but use as the destination expression
1094 for the expression, so we delegate to may_propagate_copy. */
1097 return may_propagate_copy (gimple_assign_rhs1 (dest), orig, true);
1099 return may_propagate_copy (gimple_switch_index (dest_swtch), orig, true)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-propagate.cc 584 if (!may_propagate_copy (tuse, val))
619 if (val && val != arg && may_propagate_copy (arg, val))
745 && may_propagate_copy (arg, val))
779 && may_propagate_copy (res, sprime))
819 && may_propagate_copy (lhs, sprime)
1050 may_propagate_copy (tree dest, tree orig, bool dest_not_phi_arg_p) function
1090 /* Like may_propagate_copy, but use as the destination expression
1104 for the expression, so we delegate to may_propagate_copy. */
1107 return may_propagate_copy (gimple_assign_rhs1 (dest), orig, true);
1109 return may_propagate_copy (gimple_switch_index (dest_swtch), orig, true)
    [all...]

Completed in 51 milliseconds