Home
last modified time | relevance | path

Searched refs:live_bytes_read (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c619 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 Dtree-ssa-dse.cc778 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 DChangeLog-20171658 (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 DChangeLog-20213245 (live_bytes_read): Update.
3246 (dse_classify_store): Simplify tech before live_bytes_read checks.