Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dgimplify.c2229 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); in shortcut_cond_expr() local
2240 then_se = then_ && TREE_SIDE_EFFECTS (then_); in shortcut_cond_expr()
2245 if (!then_se) in shortcut_cond_expr()
2285 then_se = false; in shortcut_cond_expr()
2310 if (!then_se && !else_se) in shortcut_cond_expr()
2316 else if (then_se) in shortcut_cond_expr()