Home
last modified time | relevance | path

Searched refs:prune_by (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-loop-prefetch.c913 struct mem_ref *prune_by; in prune_ref_by_reuse() local
918 for (prune_by = refs; prune_by; prune_by = prune_by->next) in prune_ref_by_reuse()
920 if (prune_by == ref) in prune_ref_by_reuse()
928 && !prune_by->write_p) in prune_ref_by_reuse()
932 && prune_by->write_p) in prune_ref_by_reuse()
935 prune_ref_by_group_reuse (ref, prune_by, before); in prune_ref_by_reuse()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-loop-prefetch.c860 struct mem_ref *prune_by; in prune_ref_by_reuse() local
865 for (prune_by = refs; prune_by; prune_by = prune_by->next) in prune_ref_by_reuse()
867 if (prune_by == ref) in prune_ref_by_reuse()
875 && !prune_by->write_p) in prune_ref_by_reuse()
879 && prune_by->write_p) in prune_ref_by_reuse()
882 prune_ref_by_group_reuse (ref, prune_by, before); in prune_ref_by_reuse()