Lines Matching refs:code
6 help you prevent your compiler from breaking your code. However,
9 your own code, even in the absence of help from your compiler.
13 unless a read memory barrier is provided. Consider the following code:
90 assembly code, after all of the compiler and link-time optimizations
134 The compiler is therefore within its rights to transform the above code
178 compiler from out-guessing your code. Again, although READ_ONCE() really
179 does force the compiler to emit code for a given load, the compiler is
184 not necessarily order the code following the entire "if" statement:
214 to code following that "if" statement.
249 do *not* apply to code beyond the end of that "if" statement.
258 your job to ensure that they do not break your code.