Lines Matching refs:live_bytes
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()
1111 clear_bytes_written_by (live_bytes, temp, ref); in dse_classify_store()
1112 if (bitmap_empty_p (live_bytes)) in dse_classify_store()
1195 dse_optimize_call (gimple_stmt_iterator *gsi, sbitmap live_bytes) in dse_optimize_call() argument
1264 = setup_live_bytes_from_ref (&ref, live_bytes); in dse_optimize_call()
1269 live_bytes, &by_clobber_p); in dse_optimize_call()
1290 dse_optimize_stmt (function *fun, gimple_stmt_iterator *gsi, sbitmap live_bytes) in dse_optimize_stmt() argument
1307 dse_optimize_call (gsi, live_bytes); in dse_optimize_stmt()
1347 = setup_live_bytes_from_ref (&ref, live_bytes); in dse_optimize_stmt()
1350 live_bytes); in dse_optimize_stmt()
1356 maybe_trim_memstar_call (&ref, live_bytes, stmt); in dse_optimize_stmt()
1392 = setup_live_bytes_from_ref (&ref, live_bytes); in dse_optimize_stmt()
1396 live_bytes, &by_clobber_p); in dse_optimize_stmt()
1402 maybe_trim_partially_dead_store (&ref, live_bytes, stmt); in dse_optimize_stmt()
1421 if (dse_optimize_call (gsi, live_bytes)) in dse_optimize_stmt()
1481 auto_sbitmap live_bytes (param_dse_max_object_size); in execute() local
1500 dse_optimize_stmt (fun, &gsi, live_bytes); in execute()