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

/freebsd-9.3-release/contrib/gcc/
H A Dcfgloopanal.c47 if (bb->flags & BB_IRREDUCIBLE_LOOP)
221 real->src->flags |= BB_IRREDUCIBLE_LOOP;
284 act->flags &= ~BB_IRREDUCIBLE_LOOP;
H A Dloop-unswitch.c457 switch_bb->flags |= BB_IRREDUCIBLE_LOOP;
463 switch_bb->flags &= ~BB_IRREDUCIBLE_LOOP;
H A Dtree-ssa-loop-ivcanon.c438 if (body[i]->flags & BB_IRREDUCIBLE_LOOP)
H A Dcfgloop.c1156 if (bb->flags & BB_IRREDUCIBLE_LOOP)
1173 if ((bb->flags & BB_IRREDUCIBLE_LOOP)
1179 else if (!(bb->flags & BB_IRREDUCIBLE_LOOP)
H A Dcfgloopmanip.c970 new_bb->flags |= BB_IRREDUCIBLE_LOOP;
1162 dummy->flags |= BB_IRREDUCIBLE_LOOP;
1359 cond_bb->flags |= BB_IRREDUCIBLE_LOOP;
H A Dcfghooks.c415 ret->flags |= BB_IRREDUCIBLE_LOOP;
H A Dbasic-block.h313 BB_IRREDUCIBLE_LOOP = 8, enumerator in enum:bb_flags
H A Dtree-if-conv.c1079 if (bb->flags & BB_IRREDUCIBLE_LOOP)
H A Dtree-ssa-loop-im.c1466 if (bb->flags & BB_IRREDUCIBLE_LOOP)
H A Dtree-ssa-loop-ivopts.c1020 || (incr_bb->flags & BB_IRREDUCIBLE_LOOP))

Completed in 143 milliseconds