Lines Matching refs:top_p
372 gtry *top_p;
374 /* While lowering a top_p usually it is expanded into multiple statements,
987 gimple_seq finally = gimple_try_cleanup (tf->top_p);
995 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else));
1073 /* We expect that tf->top_p is a GIMPLE_TRY. */
1074 finally = gimple_try_cleanup (tf->top_p);
1075 tf->top_p_seq = gimple_try_eval (tf->top_p);
1139 finally = gimple_try_cleanup (tf->top_p);
1140 tf->top_p_seq = gimple_try_eval (tf->top_p);
1240 finally = gimple_try_cleanup (tf->top_p);
1248 tf->top_p_seq = gimple_try_eval (tf->top_p);
1380 finally = gimple_try_cleanup (tf->top_p);
1384 tf->top_p_seq = gimple_try_eval (tf->top_p);
1667 this_tf.top_p = tp;
1962 fake_tf.top_p = fake_tf.try_finally_expr = tp;