Searched refs:ref_is_store (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-parloops.c | 3647 bool ref_is_store, vec<basic_block> region_bbs, in ref_conflicts_with_region() argument 3676 if (ref_is_store) in ref_conflicts_with_region() 3741 bool ref_is_store = false; in oacc_entry_exit_ok_1() local 3786 ref_is_store = true; in oacc_entry_exit_ok_1() 3810 if (ref_conflicts_with_region (gsi, &ref, ref_is_store, region_bbs, in oacc_entry_exit_ok_1()
|
H A D | asan.c | 529 bool *ref_is_store) in get_mem_ref_of_assignment() argument 537 *ref_is_store = true; in get_mem_ref_of_assignment() 542 *ref_is_store = false; in get_mem_ref_of_assignment()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-parloops.cc | 3650 bool ref_is_store, vec<basic_block> region_bbs, in ref_conflicts_with_region() argument 3679 if (ref_is_store) in ref_conflicts_with_region() 3744 bool ref_is_store = false; in oacc_entry_exit_ok_1() local 3789 ref_is_store = true; in oacc_entry_exit_ok_1() 3813 if (ref_conflicts_with_region (gsi, &ref, ref_is_store, region_bbs, in oacc_entry_exit_ok_1()
|
H A D | asan.cc | 600 bool *ref_is_store) in get_mem_ref_of_assignment() argument 608 *ref_is_store = true; in get_mem_ref_of_assignment() 613 *ref_is_store = false; in get_mem_ref_of_assignment()
|