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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 514 gimplify_and_add (tree t, gimple_seq *seq_p) function
528 gimplify_and_add (t, seq_p);
675 gimplify_and_add (mod, pre_p);
1682 gimplify_and_add (tmp, &cleanup);
1913 gimplify_and_add (TREE_OPERAND (stmt, 0), pre_p);
1959 gimplify_and_add (t, seq_p);
2169 gimplify_and_add (init, seq_p);
2226 gimplify_and_add (LOOP_EXPR_BODY (*expr_p), pre_p);
5371 gimplify_and_add (init, pre_p);
5443 gimplify_and_add (decl_s, pre_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 494 gimplify_and_add (tree t, gimple_seq *seq_p) function
508 gimplify_and_add (t, seq_p);
649 gimplify_and_add (mod, pre_p);
1680 gimplify_and_add (TREE_OPERAND (stmt, 0), pre_p);
1726 gimplify_and_add (t, seq_p);
1938 gimplify_and_add (init, seq_p);
1995 gimplify_and_add (LOOP_EXPR_BODY (*expr_p), pre_p);
4976 gimplify_and_add (init, pre_p);
5048 gimplify_and_add (decl_s, pre_p);
5721 gimplify_and_add (cond, pre_p)
    [all...]

Completed in 26 milliseconds