Searched refs:outer_stmt (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-ifcombine.c364 gimple inner_stmt, outer_stmt; local
374 outer_stmt = last_stmt (outer_cond_bb);
375 if (!outer_stmt
376 || gimple_code (outer_stmt) != GIMPLE_COND)
378 outer_cond = as_a <gcond *> (outer_stmt);
H A Dgimplify.c9223 gimple outer_stmt;
9264 outer_stmt = gimple_seq_first_stmt (seq);
9265 if (!outer_stmt)
9267 outer_stmt = gimple_build_nop ();
9268 gimplify_seq_add_stmt (&seq, outer_stmt);
9273 if (gimple_code (outer_stmt) == GIMPLE_BIND
9275 outer_bind = as_a <gbind *> (outer_stmt);
9220 gimple outer_stmt; local

Completed in 110 milliseconds