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

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c5365 block_stmt_iterator bsi, pbsi; local
5433 pbsi = bsi = bsi_start (bb_for_stmt (use->stmt));
5434 while (!bsi_end_p (pbsi)
5435 && TREE_CODE (bsi_stmt (pbsi)) == LABEL_EXPR)
5437 bsi = pbsi;
5438 bsi_next (&pbsi);

Completed in 132 milliseconds