Lines Matching refs:top_p_seq
376 gimple_seq top_p_seq;
573 top_p_seq, tf);
1075 tf->top_p_seq = gimple_try_eval (tf->top_p);
1078 gimple_seq_add_stmt (&tf->top_p_seq, x);
1096 gimple_seq_add_seq (&tf->top_p_seq, finally);
1110 gimple_seq_add_seq (&tf->top_p_seq, finally);
1140 tf->top_p_seq = gimple_try_eval (tf->top_p);
1181 gimple_seq_add_seq (&tf->top_p_seq, finally);
1187 gimple_seq_add_stmt (&tf->top_p_seq, label_stmt);
1189 gimple_seq_add_seq (&tf->top_p_seq, finally);
1221 gimple_seq_add_stmt (&tf->top_p_seq, x);
1248 tf->top_p_seq = gimple_try_eval (tf->top_p);
1351 gimple_seq_add_seq (&tf->top_p_seq, new_stmt);
1384 tf->top_p_seq = gimple_try_eval (tf->top_p);
1418 gimple_seq_add_stmt (&tf->top_p_seq, x);
1475 gimple_seq_add_stmt (&tf->top_p_seq, x);
1478 gimple_seq_add_seq (&tf->top_p_seq, finally);
1561 gimple_seq_add_stmt (&tf->top_p_seq, switch_stmt);
1562 gimple_seq_add_seq (&tf->top_p_seq, switch_body);
1710 gimple_seq_add_seq (&this_tf.top_p_seq, gimple_try_eval (tp));
1734 gimple_seq_add_stmt (&this_tf.top_p_seq, x);
1756 return this_tf.top_p_seq;