Searched refs:live_bytes (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc302 clear_live_bytes_for_ref (sbitmap live_bytes, ao_ref *ref, ao_ref *write) argument
309 bitmap_clear_range (live_bytes, start, size);
320 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) argument
332 clear_live_bytes_for_ref (live_bytes, ref, &write);
337 clear_live_bytes_for_ref (live_bytes, ref, &write);
345 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) argument
355 bitmap_clear (live_bytes);
356 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT);
912 bool byte_tracking_enabled, sbitmap live_bytes,
1000 && !live_bytes_read (&use_ref, ref, live_bytes))
911 dse_classify_store(ao_ref *ref, gimple *stmt, bool byte_tracking_enabled, sbitmap live_bytes, bool *by_clobber_p, tree stop_at_vuse) argument
1192 dse_optimize_call(gimple_stmt_iterator *gsi, sbitmap live_bytes) argument
1287 dse_optimize_stmt(function *fun, gimple_stmt_iterator *gsi, sbitmap live_bytes) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c213 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) argument
228 bitmap_clear_range (live_bytes, start / BITS_PER_UNIT,
237 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) argument
245 bitmap_clear (live_bytes);
246 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT);
758 bool byte_tracking_enabled, sbitmap live_bytes,
844 && !live_bytes_read (use_ref, ref, live_bytes))
935 clear_bytes_written_by (live_bytes, temp, ref);
936 if (bitmap_empty_p (live_bytes))
757 dse_classify_store(ao_ref *ref, gimple *stmt, bool byte_tracking_enabled, sbitmap live_bytes, bool *by_clobber_p, tree stop_at_vuse) argument

Completed in 78 milliseconds