Searched refs:live_bytes_read (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-dse.c | 619 live_bytes_read (ao_ref use_ref, ao_ref *ref, sbitmap live) in live_bytes_read() function 844 && !live_bytes_read (use_ref, ref, live_bytes)) in dse_classify_store()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-dse.cc | 778 live_bytes_read (ao_ref *use_ref, ao_ref *ref, sbitmap live) in live_bytes_read() function 1003 && !live_bytes_read (&use_ref, ref, live_bytes)) in dse_classify_store()
|
H A D | ChangeLog-2017 | 1658 (live_bytes_read, dse_classify_store): Likewise. 9001 (clear_bytes_written_by, live_bytes_read): Update accordingly. 11454 * tree-ssa-dse.c (live_bytes_read): Fix thinko. 11885 * tree-ssa-dse.c (live_bytes_read): Fix thinko. 13269 * tree-ssa-dse.c (live_bytes_read): New function.
|
H A D | ChangeLog-2021 | 3245 (live_bytes_read): Update. 3246 (dse_classify_store): Simplify tech before live_bytes_read checks.
|