Searched defs:live_bytes (Results 1 – 2 of 2) 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() 320 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by() 345 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) in setup_live_bytes_from_ref() 915 bool byte_tracking_enabled, sbitmap live_bytes, in dse_classify_store() 1195 dse_optimize_call (gimple_stmt_iterator *gsi, sbitmap live_bytes) in dse_optimize_call() 1290 dse_optimize_stmt (function *fun, gimple_stmt_iterator *gsi, sbitmap live_bytes) in dse_optimize_stmt() 1481 auto_sbitmap live_bytes (param_dse_max_object_size); in execute() local
|
/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() 237 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) in setup_live_bytes_from_ref() 758 bool byte_tracking_enabled, sbitmap live_bytes, in dse_classify_store()
|