Searched refs:EDGE_TRUE_VALUE (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivcanon.c107 cmp = (exit->flags & EDGE_TRUE_VALUE) ? EQ_EXPR : NE_EXPR;
212 if (exit->flags & EDGE_TRUE_VALUE)
507 if (exit->flags & EDGE_TRUE_VALUE)
H A Dtree-ssa-loop-unswitch.c162 return (e->flags & EDGE_TRUE_VALUE
H A Dvalue-prof.c242 e13 = make_edge (bb, bb3, EDGE_TRUE_VALUE);
409 e13 = make_edge (bb, bb3, EDGE_TRUE_VALUE);
585 e14 = make_edge (bb, bb4, EDGE_TRUE_VALUE);
596 e24 = make_edge (bb2, bb4, EDGE_TRUE_VALUE);
H A Dtree-ssa-phiopt.c338 EDGE_SUCC (cond_block, 0)->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE);
348 &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE);
H A Dtree-ssa-threadupdate.c643 &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE | EDGE_ABNORMAL);
H A Dtree-cfg.c626 e = make_edge (bb, then_bb, EDGE_TRUE_VALUE);
2630 if (e->flags & EDGE_TRUE_VALUE)
3797 if (e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE))
3821 || !(true_edge->flags & EDGE_TRUE_VALUE)
3861 if ((e->flags & (EDGE_FALLTHRU | EDGE_TRUE_VALUE
3876 | EDGE_TRUE_VALUE | EDGE_FALSE_VALUE)))
3947 | EDGE_TRUE_VALUE | EDGE_FALSE_VALUE)))
4125 stmt = (e->flags & EDGE_TRUE_VALUE
5833 if (e->flags & EDGE_TRUE_VALUE)
H A Domp-low.c2253 make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
2740 make_edge (entry_bb, l0_bb, EDGE_TRUE_VALUE);
2747 make_edge (cont_bb, l1_bb, EDGE_TRUE_VALUE);
2750 make_edge (l2_bb, l0_bb, EDGE_TRUE_VALUE);
2916 make_edge (entry_bb, fin_bb, EDGE_TRUE_VALUE);
2919 make_edge (cont_bb, body_bb, EDGE_TRUE_VALUE);
3112 make_edge (iter_part_bb, seq_start_bb, EDGE_TRUE_VALUE);
3118 make_edge (cont_bb, body_bb, EDGE_TRUE_VALUE);
H A Dtree-ssa-loop-manip.c868 dont_exit = ((exit->flags & EDGE_TRUE_VALUE)
904 new_nonexit->flags = EDGE_TRUE_VALUE;
H A Dtree-ssa-loop-niter.c929 if (!(e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE)))
1064 if (exit->flags & EDGE_TRUE_VALUE)
1386 if (exit->flags & EDGE_TRUE_VALUE)
H A Dtree-ssa-dce.c775 EDGE_SUCC (bb, 0)->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE);
H A Dtree-vectorizer.c791 if (exit_edge->flags & EDGE_TRUE_VALUE) /* 'then' edge exits the loop. */
957 new_e = make_edge (guard_bb, exit_bb, EDGE_TRUE_VALUE);
H A Dbasic-block.h163 #define EDGE_TRUE_VALUE 1024 /* Edge taken when controlling macro
H A Dprofile.c948 if (e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE)
H A Dtree-mudflap.c533 make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
H A Dcfgexpand.c1126 true_edge->flags &= ~EDGE_TRUE_VALUE;
H A Dcfgloopmanip.c1270 /* Don't set EDGE_TRUE_VALUE in RTL mode, as it's invalid there. */
1271 e1 = make_edge (new_head, first_head, ir_type () ? EDGE_TRUE_VALUE : 0);
H A Dpredict.c1045 if (then_edge->flags & EDGE_TRUE_VALUE)
H A Dtree-complex.c1076 e->flags = EDGE_TRUE_VALUE;
H A Dtree-ssa-dom.c2322 te->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE);
H A Dlambda-code.c2513 make_edge (bodybb, latchbb, EDGE_TRUE_VALUE);
H A Dtree-ssa-loop-ivopts.c4125 return (exit->flags & EDGE_TRUE_VALUE ? EQ_EXPR : NE_EXPR);

Completed in 345 milliseconds