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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 279 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) function
1687 gimplify_seq_add_stmt (&cleanup, clobber_stmt);
1702 gimplify_seq_add_stmt (&cleanup, clobber_stmt);
1758 gimplify_seq_add_stmt (&cleanup, stack_restore);
1781 gimplify_seq_add_stmt (&new_body, stack_save);
1782 gimplify_seq_add_stmt (&new_body, gs);
1793 gimplify_seq_add_stmt (pre_p, bind_stmt);
1815 gimplify_seq_add_stmt (pre_p, predict);
1842 gimplify_seq_add_stmt (pre_p, ret);
1918 gimplify_seq_add_stmt (pre_p, ret)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 259 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) function
1462 gimplify_seq_add_stmt (&cleanup, stack_restore);
1485 gimplify_seq_add_stmt (&cleanup, clobber_stmt);
1548 gimplify_seq_add_stmt (&new_body, stack_save);
1549 gimplify_seq_add_stmt (&new_body, gs);
1560 gimplify_seq_add_stmt (pre_p, bind_stmt);
1582 gimplify_seq_add_stmt (pre_p, predict);
1609 gimplify_seq_add_stmt (pre_p, ret);
1685 gimplify_seq_add_stmt (pre_p, ret);
1828 gimplify_seq_add_stmt (seq_p, call)
    [all...]

Completed in 33 milliseconds