Home
last modified time | relevance | path

Searched refs:EDGE_FALSE_VALUE (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dvalue-prof.c238 e12->flags |= EDGE_FALSE_VALUE; in tree_divmod_fixed_value()
405 e12->flags |= EDGE_FALSE_VALUE; in tree_mod_pow2()
581 e12->flags |= EDGE_FALSE_VALUE; in tree_mod_subtract()
592 e23->flags |= EDGE_FALSE_VALUE; in tree_mod_subtract()
Dtree-ssa-phiopt.c338 EDGE_SUCC (cond_block, 0)->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE); in replace_phi_edge_with_variable()
348 &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE); in replace_phi_edge_with_variable()
Dtree-cfg.c632 e = make_edge (bb, else_bb, EDGE_FALSE_VALUE); in make_cond_expr_edges()
2632 else if (e->flags & EDGE_FALSE_VALUE) in disband_implicit_edges()
3797 if (e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE)) in tree_verify_flow_info()
3822 || !(false_edge->flags & EDGE_FALSE_VALUE) in tree_verify_flow_info()
3862 | EDGE_FALSE_VALUE)) in tree_verify_flow_info()
3876 | EDGE_TRUE_VALUE | EDGE_FALSE_VALUE))) in tree_verify_flow_info()
3947 | EDGE_TRUE_VALUE | EDGE_FALSE_VALUE))) in tree_verify_flow_info()
5588 e0->flags |= EDGE_FALSE_VALUE; in tree_lv_add_condition_to_bb()
Domp-low.c2253 make_edge (cond_bb, else_bb, EDGE_FALSE_VALUE); in expand_parallel_call()
2740 make_edge (entry_bb, l3_bb, EDGE_FALSE_VALUE); in expand_omp_for_generic()
2747 make_edge (cont_bb, l2_bb, EDGE_FALSE_VALUE); in expand_omp_for_generic()
2750 make_edge (l2_bb, l3_bb, EDGE_FALSE_VALUE); in expand_omp_for_generic()
2916 make_edge (entry_bb, seq_start_bb, EDGE_FALSE_VALUE); in expand_omp_for_static_nochunk()
2919 find_edge (cont_bb, fin_bb)->flags = EDGE_FALSE_VALUE; in expand_omp_for_static_nochunk()
3112 make_edge (iter_part_bb, fin_bb, EDGE_FALSE_VALUE); in expand_omp_for_static_chunk()
3118 make_edge (cont_bb, trip_update_bb, EDGE_FALSE_VALUE); in expand_omp_for_static_chunk()
Dtree-ssa-threadupdate.c643 &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE | EDGE_ABNORMAL); in redirect_edges()
Dtree-ssa-dce.c765 EDGE_SUCC (bb, 0)->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE); in remove_dead_stmt()
Dtree-ssa-loop-niter.c929 if (!(e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE))) in simplify_using_initial_conditions()
933 if (e->flags & EDGE_FALSE_VALUE) in simplify_using_initial_conditions()
Dbasic-block.h165 #define EDGE_FALSE_VALUE 2048 /* Edge taken when controlling macro
Dtree-ssa-loop-manip.c898 new_exit = make_edge (exit_bb, rest, EDGE_FALSE_VALUE | irr); in tree_unroll_loop()
Dprofile.c945 if (e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE) in branch_prob()
Dtree-mudflap.c538 e->flags = EDGE_FALSE_VALUE; in mf_build_check_statement_for()
Dlambda-code.c1914 if (exit->flags & EDGE_FALSE_VALUE) in lambda_loopnest_to_gcc_loopnest()
2512 e = make_edge (bodybb, olddest, EDGE_FALSE_VALUE); in perfect_nestify()
Dtree-vectorizer.c945 enter_e->flags |= EDGE_FALSE_VALUE; in slpeel_add_loop_guard()
Dcfgexpand.c1127 false_edge->flags &= ~EDGE_FALSE_VALUE; in expand_gimple_cond_expr()
Dtree-complex.c1078 make_edge (bb_cond, bb_false, EDGE_FALSE_VALUE); in expand_complex_div_wide()
Dtree-ssa-dom.c2322 te->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE); in propagate_rhs_into_lhs()
Dtree-vrp.c3385 bool is_else_edge = (e->flags & EDGE_FALSE_VALUE) != 0; in register_edge_assert_for()
DChangeLog.tree-ssa1022 and EDGE_FALSE_VALUE on the remaining edge after eliminating a PHI.
11893 EDGE_FALSE_VALUE and EDGE_EXECUTABLE.
17032 (EDGE_FALSE_VALUE): Define.
17036 Set EDGE_TRUE_VALUE and EDGE_FALSE_VALUE to edges coming out of
17040 (make_if_stmt_edges): Set EDGE_TRUE_VALUE and EDGE_FALSE_VALUE to
DChangeLog-200433108 (EDGE_FALSE_VALUE): Define.