Lines Matching refs:compiler
82 C statements that may be reordered or optimized away entirely by the compiler
83 or processor, and explicitly invoke the appropriate compiler and/or memory
85 suddenly break when used with different architectures or compiler
87 compiler optimizes the section accessing atomic_t variables.
94 macro should be used to prevent the compiler from using optimizations
103 If the compiler can prove that do_something() does not store to the
104 variable a, then the compiler is within its rights transforming this to
112 If you don't want the compiler to do this (and you probably don't), then
126 If the compiler can prove that do_something_with() does not store to the
127 variable a, then the compiler is within its rights to manufacture an
138 The compiler would be likely to manufacture this additional load if
141 stack and later reload. To prevent the compiler from attacking your
157 The compiler is within its rights to manufacture an additional store
166 the compiler from doing this, write something like: