Home
last modified time | relevance | path

Searched refs:DR_RW_UNCONDITIONALLY (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-if-conv.c695 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) macro
734 DR_RW_UNCONDITIONALLY (*master_dr) = true; in hash_memrefs_baserefs_and_store_DRs_read_written_info()
905 if (DR_RW_UNCONDITIONALLY (*master_dr) in ifcvt_memrefs_wont_trap()
1459 DR_RW_UNCONDITIONALLY (dr) = false; in if_convertible_loop_p_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-if-conv.cc702 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) macro
741 DR_RW_UNCONDITIONALLY (*master_dr) = true; in hash_memrefs_baserefs_and_store_DRs_read_written_info()
912 if (DR_RW_UNCONDITIONALLY (*master_dr) in ifcvt_memrefs_wont_trap()
1481 DR_RW_UNCONDITIONALLY (dr) = false; in if_convertible_loop_p_1()
H A DChangeLog-201016569 (DR_RW_UNCONDITIONALLY): New.