Searched refs:BB_SUPERBLOCK (Results 1 – 5 of 5) sorted by relevance
1106 if (bb->flags & BB_SUPERBLOCK) in break_superblocks()1108 bb->flags &= ~BB_SUPERBLOCK; in break_superblocks()
316 BB_SUPERBLOCK = 16, enumerator
1225 new_bb->flags |= (insns ? BB_SUPERBLOCK : 0); in loop_split_edge_with()
1400 bb->flags |= BB_SUPERBLOCK; in emit_to_new_bb_before()
34995 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.