Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-loop-manip.c850 edge nonexit, new_nonexit; in tree_unroll_loop() local
903 new_nonexit = single_pred_edge (loop->latch); in tree_unroll_loop()
904 new_nonexit->flags = EDGE_TRUE_VALUE; in tree_unroll_loop()
905 new_nonexit->probability = REG_BR_PROB_BASE - new_exit->probability; in tree_unroll_loop()