Searched refs:live_bytes (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-dse.cc | 302 clear_live_bytes_for_ref (sbitmap live_bytes, ao_ref *ref, ao_ref *write) in clear_live_bytes_for_ref() argument 309 bitmap_clear_range (live_bytes, start, size); in clear_live_bytes_for_ref() 320 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by() argument 332 clear_live_bytes_for_ref (live_bytes, ref, &write); in clear_bytes_written_by() 337 clear_live_bytes_for_ref (live_bytes, ref, &write); in clear_bytes_written_by() 345 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) in setup_live_bytes_from_ref() argument 355 bitmap_clear (live_bytes); in setup_live_bytes_from_ref() 356 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref() 915 bool byte_tracking_enabled, sbitmap live_bytes, in dse_classify_store() argument 1003 && !live_bytes_read (&use_ref, ref, live_bytes)) in dse_classify_store() [all …]
|
H A D | ChangeLog-2021 | 27754 (dse_optimize_stmt): ... to this, pass in live_bytes sbitmap.
|
H A D | ChangeLog-2017 | 13146 instead of live_bytes non-NULL.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-dse.c | 213 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by() argument 228 bitmap_clear_range (live_bytes, start / BITS_PER_UNIT, in clear_bytes_written_by() 237 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) in setup_live_bytes_from_ref() argument 245 bitmap_clear (live_bytes); in setup_live_bytes_from_ref() 246 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref() 758 bool byte_tracking_enabled, sbitmap live_bytes, in dse_classify_store() argument 844 && !live_bytes_read (use_ref, ref, live_bytes)) in dse_classify_store() 935 clear_bytes_written_by (live_bytes, temp, ref); in dse_classify_store() 936 if (bitmap_empty_p (live_bytes)) in dse_classify_store()
|