Searched refs:EDGE_FALSE_VALUE (Results 1 – 19 of 19) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | value-prof.c | 238 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()
|
| D | tree-ssa-phiopt.c | 338 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()
|
| D | tree-cfg.c | 632 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()
|
| D | omp-low.c | 2253 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()
|
| D | tree-ssa-threadupdate.c | 643 &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE | EDGE_ABNORMAL); in redirect_edges()
|
| D | tree-ssa-dce.c | 765 EDGE_SUCC (bb, 0)->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE); in remove_dead_stmt()
|
| D | tree-ssa-loop-niter.c | 929 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()
|
| D | basic-block.h | 165 #define EDGE_FALSE_VALUE 2048 /* Edge taken when controlling macro
|
| D | tree-ssa-loop-manip.c | 898 new_exit = make_edge (exit_bb, rest, EDGE_FALSE_VALUE | irr); in tree_unroll_loop()
|
| D | profile.c | 945 if (e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE) in branch_prob()
|
| D | tree-mudflap.c | 538 e->flags = EDGE_FALSE_VALUE; in mf_build_check_statement_for()
|
| D | lambda-code.c | 1914 if (exit->flags & EDGE_FALSE_VALUE) in lambda_loopnest_to_gcc_loopnest() 2512 e = make_edge (bodybb, olddest, EDGE_FALSE_VALUE); in perfect_nestify()
|
| D | tree-vectorizer.c | 945 enter_e->flags |= EDGE_FALSE_VALUE; in slpeel_add_loop_guard()
|
| D | cfgexpand.c | 1127 false_edge->flags &= ~EDGE_FALSE_VALUE; in expand_gimple_cond_expr()
|
| D | tree-complex.c | 1078 make_edge (bb_cond, bb_false, EDGE_FALSE_VALUE); in expand_complex_div_wide()
|
| D | tree-ssa-dom.c | 2322 te->flags &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE); in propagate_rhs_into_lhs()
|
| D | tree-vrp.c | 3385 bool is_else_edge = (e->flags & EDGE_FALSE_VALUE) != 0; in register_edge_assert_for()
|
| D | ChangeLog.tree-ssa | 1022 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
|
| D | ChangeLog-2004 | 33108 (EDGE_FALSE_VALUE): Define.
|