Home
last modified time | relevance | path

Searched refs:BB_SUPERBLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dcfglayout.c1106 if (bb->flags & BB_SUPERBLOCK) in break_superblocks()
1108 bb->flags &= ~BB_SUPERBLOCK; in break_superblocks()
Dbasic-block.h316 BB_SUPERBLOCK = 16, enumerator
Dcfgloopmanip.c1225 new_bb->flags |= (insns ? BB_SUPERBLOCK : 0); in loop_split_edge_with()
Dexcept.c1400 bb->flags |= BB_SUPERBLOCK; in emit_to_new_bb_before()
DChangeLog-200334995 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.