Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgcleanup.c2617 bb_is_just_return (basic_block bb, rtx_insn **ret, rtx_insn **use) in bb_is_just_return() function
2833 && bb_is_just_return (single_succ (b), &ret, &use)) in try_optimize_cfg()
2855 && bb_is_just_return (BRANCH_EDGE (b)->dest, &ret, &use)) in try_optimize_cfg()
2880 && bb_is_just_return (FALLTHRU_EDGE (b)->dest, &ret, &use)) in try_optimize_cfg()