Lines Matching refs:bottom_bb
7504 if (!(offset LTGT bound)) goto bottom_bb;
7514 <bottom_bb> [created by splitting start of exit_bb] insert BRANCH->head_bb
7576 basic_block bottom_bb = NULL;
7954 /* Split the beginning of exit_bb to make bottom_bb. We
7961 bottom_bb = split->src;
7963 gsi = gsi_last_bb (bottom_bb);
7965 /* Chunk increment and test goes into bottom_bb. */
7971 /* Chunk test at end of bottom_bb. */
7976 /* Fixup edges from bottom_bb. */
7979 edge latch_edge = make_edge (bottom_bb, head_bb, EDGE_TRUE_VALUE);
8017 chunk_loop->latch = bottom_bb;