Home
last modified time | relevance | path

Searched refs:to_loop1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.cc1574 edge to_loop1 = single_succ_edge (break_bb); in do_split_loop_on_cond() local
1577 to_loop1->flags &= ~EDGE_FALLTHRU; in do_split_loop_on_cond()
1578 to_loop1->flags |= true_invar ? EDGE_FALSE_VALUE : EDGE_TRUE_VALUE; in do_split_loop_on_cond()
1594 to_loop1->probability = invar_branch->probability.invert (); in do_split_loop_on_cond()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-split.c1528 edge to_loop1 = single_succ_edge (break_bb); in do_split_loop_on_cond() local
1531 to_loop1->flags &= ~EDGE_FALLTHRU; in do_split_loop_on_cond()
1532 to_loop1->flags |= true_invar ? EDGE_FALSE_VALUE : EDGE_TRUE_VALUE; in do_split_loop_on_cond()