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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c2696 bool then_se = then_ && TREE_SIDE_EFFECTS (then_);
2715 then_se = then_ && TREE_SIDE_EFFECTS (then_);
2722 if (!then_se)
2768 then_se = false;
2793 if (!then_se && !else_se)
2800 else if (then_se)
2693 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); local

Completed in 122 milliseconds