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

  /src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc 90 They expect valueized operands in canonical order and do not
101 /* Match and simplify the toplevel valueized operation THIS.
185 VALUEIZED to true if valueization changed OP. */
188 do_valueize (tree op, tree (*valueize)(tree), bool &valueized)
196 valueized = true;
559 SSA names will be valueized using that hook prior to
862 bool valueized = false; local
865 return do_valueize (op, top_valueize, valueized);
883 valueized = true;
891 valueized = true
    [all...]
gimple-match-exports.cc 90 They expect valueized operands in canonical order and do not
101 /* Match and simplify the toplevel valueized operation THIS.
185 VALUEIZED to true if valueization changed OP. */
188 do_valueize (tree op, tree (*valueize)(tree), bool &valueized)
196 valueized = true;
559 SSA names will be valueized using that hook prior to
862 bool valueized = false; local
865 return do_valueize (op, top_valueize, valueized);
883 valueized = true;
891 valueized = true
    [all...]
tree-ssa-sccvn.cc 1689 whether any operands were valueized. */
1802 operands were valueized. */
2783 disambiguation on the original non-valueized ref. */
2788 /* We want to use the non-valueized LHS for this, but avoid redundant
3544 contains valueized operands for the lhs. */
3906 bool valueized; local
3907 return valueize_shared_reference_ops_from_ref (op, &valueized).copy ();
4091 /* Make sure to use a valueized reference if we valueized anything.
tree-ssa-sccvn.cc 1689 whether any operands were valueized. */
1802 operands were valueized. */
2783 disambiguation on the original non-valueized ref. */
2788 /* We want to use the non-valueized LHS for this, but avoid redundant
3544 contains valueized operands for the lhs. */
3906 bool valueized; local
3907 return valueize_shared_reference_ops_from_ref (op, &valueized).copy ();
4091 /* Make sure to use a valueized reference if we valueized anything.
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 52 They expect valueized operands in canonical order and do not
504 /* Match and simplify the toplevel valueized operation THIS.
692 SSA names will be valueized using that hook prior to
840 VALUEIZED to true if valueization changed OP. */
843 do_valueize (tree op, tree (*valueize)(tree), bool &valueized)
851 valueized = true;
1073 bool valueized = false; local
1076 return do_valueize (op, top_valueize, valueized);
1094 valueized = true;
1102 valueized = true
    [all...]
gimple-match-head.cc 52 They expect valueized operands in canonical order and do not
504 /* Match and simplify the toplevel valueized operation THIS.
692 SSA names will be valueized using that hook prior to
840 VALUEIZED to true if valueization changed OP. */
843 do_valueize (tree op, tree (*valueize)(tree), bool &valueized)
851 valueized = true;
1073 bool valueized = false; local
1076 return do_valueize (op, top_valueize, valueized);
1094 valueized = true;
1102 valueized = true
    [all...]
tree-ssa-sccvn.cc 1661 whether any operands were valueized. */
1773 operands were valueized. */
2687 disambiguation on the original non-valueized ref. */
2692 /* We want to use the non-valueized LHS for this, but avoid redundant
3299 contains valueized operands for the lhs. */
3656 bool valueized; local
3657 return valueize_shared_reference_ops_from_ref (op, &valueized).copy ();
3798 /* Make sure to use a valueized reference if we valueized anything.
tree-ssa-sccvn.cc 1661 whether any operands were valueized. */
1773 operands were valueized. */
2687 disambiguation on the original non-valueized ref. */
2692 /* We want to use the non-valueized LHS for this, but avoid redundant
3299 contains valueized operands for the lhs. */
3656 bool valueized; local
3657 return valueize_shared_reference_ops_from_ref (op, &valueized).copy ();
3798 /* Make sure to use a valueized reference if we valueized anything.

Completed in 189 milliseconds