Home | History | Annotate | Download | only in gcc

Lines Matching defs:consecutive

23    or bit-field values, to consecutive locations, into fewer wider stores.
26 consecutive memory locations:
122 on little-endian we insert stores to higher (consecutive) bitpositions
1725 bool consecutive;
2099 consecutive = true;
2236 consecutive = false;
2252 /* But we cannot use it if we don't have consecutive stores. */
2253 if (!consecutive)
3108 Handle also the consecutive INTEGER_CST stores case here,
3270 This store is consecutive to the previous one.