Searched refs:then_se (Results 1 – 1 of 1) sorted by relevance
2229 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); in shortcut_cond_expr() local2240 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()