Searched refs:gimplify_cp_loop (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-gimplify.c | 192 gimplify_cp_loop (tree cond, tree body, tree incr, tree attrs, in gimplify_cp_loop() function 304 *stmt_p = gimplify_cp_loop (FOR_COND (stmt), FOR_BODY (stmt), in gimplify_for_stmt() 317 *stmt_p = gimplify_cp_loop (WHILE_COND (stmt), WHILE_BODY (stmt), in gimplify_while_stmt() 330 *stmt_p = gimplify_cp_loop (DO_COND (stmt), DO_BODY (stmt), in gimplify_do_stmt()
|
| H A D | ChangeLog.apple | 660 * cp-gimplify.c (gimplify_cp_loop): Handle attributes. 661 (gimplify_for_stmt): Pass attributes to gimplify_cp_loop. 662 (gimplify_while_stmt): Pass attributes to gimplify_cp_loop. 663 (gimplify_do_stmt): Pass attributes to gimplify_cp_loop.
|
| H A D | ChangeLog | 3710 * cp-gimplify.c (gimplify_cp_loop): Use fold_build3. 6073 (gimplify_cp_loop, gimplify_for_stmt): New static functions.
|