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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-sink.c442 block_stmt_iterator tobsi; local
459 tobsi = bsi_for_stmt (sinkstmt);
461 while (!bsi_end_p (tobsi)
462 && TREE_CODE (bsi_stmt (tobsi)) == LABEL_EXPR)
463 bsi_next (&tobsi);
467 if (bsi_end_p (tobsi))
470 bsi_move_before (&bsi, &tobsi);
H A Dlambda-code.c2569 block_stmt_iterator tobsi = bsi_last (bodybb); local
2625 bsi_move_before (&bsi, &tobsi);

Completed in 62 milliseconds