| /src/external/gpl3/gcc/dist/gcc/ |
| dce.cc | 274 is a call argument store, and clear corresponding bits from SP_BYTES 280 bitmap sp_bytes) 287 || !bitmap_clear_bit (sp_bytes, byte - min_sp_off)) 348 bitmap sp_bytes; member in struct:check_argument_load_data 379 if (bitmap_bit_p (d->sp_bytes, byte - d->min_sp_off)) 403 bitmap sp_bytes; local 437 sp_bytes = BITMAP_ALLOC (NULL); 439 /* Set bits in SP_BYTES bitmap for bytes relative to sp + min_sp_off 452 if (!bitmap_set_bit (sp_bytes, byte - min_sp_off)) 460 = { sp_bytes, min_sp_off, max_sp_off, call_insn, fast, false } [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dce.cc | 274 is a call argument store, and clear corresponding bits from SP_BYTES 280 bitmap sp_bytes) 287 || !bitmap_clear_bit (sp_bytes, byte - min_sp_off)) 348 bitmap sp_bytes; member in struct:check_argument_load_data 379 if (bitmap_bit_p (d->sp_bytes, byte - d->min_sp_off)) 403 bitmap sp_bytes; local 437 sp_bytes = BITMAP_ALLOC (NULL); 439 /* Set bits in SP_BYTES bitmap for bytes relative to sp + min_sp_off 452 if (!bitmap_set_bit (sp_bytes, byte - min_sp_off)) 460 = { sp_bytes, min_sp_off, max_sp_off, call_insn, fast, false } [all...] |