Lines Matching refs:rights
233 ACCESS_ONCE(), the compiler is within its rights to do all sorts
632 variable 'a' is always non-zero, it would be well within its rights
670 'b', which means that the CPU is within its rights to reorder them:
714 equal to zero, in which case the compiler is within its rights to
1351 (*) The compiler is within its rights to reorder loads and stores
1353 rights to reorder loads to the same variable. This means that
1368 (*) The compiler is within its rights to merge successive loads from
1388 (*) The compiler is within its rights to reload a variable, for example,
1418 (*) The compiler is within its rights to omit a load entirely if it knows
1451 (*) Similarly, the compiler is within its rights to omit a store entirely
1474 (*) The compiler is within its rights to reorder memory accesses unless
1536 (*) The compiler is within its rights to invent stores to a variable,
1602 the compiler would be well within its rights to implement these three