Home
last modified time | relevance | path

Searched refs:contains_vce_or_bfcref_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc1077 contains_vce_or_bfcref_p (const_tree ref, bool *type_changing_p = NULL) in contains_vce_or_bfcref_p() function
1294 contains_vce_or_bfcref_p (lhs, &type_changing_p); in build_accesses_from_assign()
1307 contains_vce_or_bfcref_p (rhs, &type_changing_p); in build_accesses_from_assign()
4340 && !contains_vce_or_bfcref_p (rhs)) in sra_modify_assign()
4359 && !contains_vce_or_bfcref_p (drhs)) in sra_modify_assign()
4406 || contains_vce_or_bfcref_p (rhs) in sra_modify_assign()
4407 || contains_vce_or_bfcref_p (lhs) in sra_modify_assign()
H A DChangeLog-201932393 * tree-sra.c (contains_vce_or_bfcref_p): New parameter, set the bool
32396 contains_vce_or_bfcref_p returns true through the new parameter, for
H A DChangeLog-20173545 * tree-sra.c (contains_vce_or_bfcref_p): Move up in the file, also
3548 (build_accesses_from_assign): Added contains_vce_or_bfcref_p checks.
H A DChangeLog-20105163 (contains_vce_or_bfcref_p): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c1061 contains_vce_or_bfcref_p (const_tree ref, bool *type_changing_p = NULL)
1278 contains_vce_or_bfcref_p (lhs, &type_changing_p); in build_accesses_from_assign()
1291 contains_vce_or_bfcref_p (rhs, &type_changing_p); in build_accesses_from_assign()
4187 && !contains_vce_or_bfcref_p (rhs)) in sra_modify_assign()
4208 && !contains_vce_or_bfcref_p (drhs)) in sra_modify_assign()
4255 || contains_vce_or_bfcref_p (rhs) in sra_modify_assign()
4256 || contains_vce_or_bfcref_p (lhs) in sra_modify_assign()