Searched refs:PROP_loops (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dloop-init.c107 gcc_assert (!(cfun->curr_properties & PROP_loops));
117 gcc_assert (cfun->curr_properties & PROP_loops);
172 if (cfun->curr_properties & PROP_loops)
388 fun->curr_properties &= ~PROP_loops;
470 PROP_loops, /* properties_destroyed */
491 fun->curr_properties &= ~PROP_loops;
H A Dtree-pass.h221 #define PROP_loops (1 << 11) /* preserve loop structures */ macro
H A Dcgraphunit.c1366 | PROP_cfg | PROP_loops);
H A Dcgraph.c102 /* FIXME: Only for PROP_loops, but cgraph shouldn't have to know about this. */
1694 cfun->curr_properties &= ~PROP_loops;
H A Dtree-inline.c5834 cfun->curr_properties &= ~PROP_loops;
5836 cfun->curr_properties |= PROP_loops;
H A Dtree-ssa-loop-niter.c2649 || (cfun->curr_properties & PROP_loops) == 0
H A Dtree-cfg.c409 ( PROP_cfg | PROP_loops ), /* properties_provided */

Completed in 209 milliseconds