Searched refs:scratch_bitmap (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra.c | 2015 static bitmap_head scratch_bitmap; variable 2024 return bitmap_bit_p (&scratch_bitmap, regno); in lra_former_scratch_p() 2048 bitmap_set_bit (&scratch_bitmap, REGNO (op)); in lra_register_new_scratch_op() 2095 bitmap_initialize (&scratch_bitmap, ®_obstack); in remove_scratches() 2149 bitmap_clear (&scratch_bitmap); in restore_scratches()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ira.cc | 5293 static bitmap_head scratch_bitmap; variable 5302 return bitmap_bit_p (&scratch_bitmap, regno); in ira_former_scratch_p() 5326 bitmap_set_bit (&scratch_bitmap, REGNO (op)); in ira_register_new_scratch_op() 5395 bitmap_initialize (&scratch_bitmap, ®_obstack); in remove_scratches() 5451 bitmap_clear (&scratch_bitmap); in ira_restore_scratches()
|
H A D | ChangeLog-2020 | 7232 initialize scratches, scratch_bitmap, and scratch_operand_bitmap. 7234 (struct sloc, sloc_t, scratches, scratch_bitmap)
|