Lines Matching refs:statement
50 the original example by eliminating the "if" statement as follows:
60 identical stores on both branches of the "if" statement as follows:
158 Please note once again that each leg of the "if" statement absolutely
161 "if" statement, destroying the control dependency's ordering properties.
183 else-clause of the "if" statement in question. In particular, they do
184 not necessarily order the code following the entire "if" statement:
212 only to the stores in the then-clause and else-clause of the "if" statement
214 to code following that "if" statement.
226 (*) If both legs of the "if" statement contain identical stores to
230 barrier() at beginning and end of each leg of the "if" statement
247 of the "if" statement containing the control dependency, including
249 do *not* apply to code beyond the end of that "if" statement.