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

  /src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc 94 static bool gimple_resimplify2 (gimple_seq *, gimple_match_op *, tree (*)(tree));
113 return gimple_resimplify2 (seq, this, valueize);
415 if (!gimple_resimplify2 (seq, &cond_op, valueize))
876 if ((gimple_resimplify2 (seq, &res_op2, valueize)
988 gimple_resimplify2 (gimple_seq *seq, gimple_match_op *res_op, function
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 66 static bool gimple_resimplify2 (gimple_seq *, gimple_match_op *,
268 gimple_resimplify2 (gimple_seq *seq, gimple_match_op *res_op, function
516 return gimple_resimplify2 (seq, this, valueize);
902 if (!gimple_resimplify2 (seq, &cond_op, valueize))
1087 if ((gimple_resimplify2 (seq, &res_op2, valueize)

Completed in 44 milliseconds