Searched refs:ref_indep_loop_p (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-im.cc | 260 static bool ref_indep_loop_p (class loop *, im_mem_ref *, dep_kind); 681 && ref_indep_loop_p (aloop, ref, lim_raw)) in outermost_indep_loop() 684 if (ref_indep_loop_p (loop, ref, lim_raw)) in outermost_indep_loop() 2921 if (!ref_indep_loop_p (loop, ref, sm_waw)) in hoist_memory_references() 3051 ref_indep_loop_p (class loop *loop, im_mem_ref *ref, dep_kind kind) in ref_indep_loop_p() function 3074 if (!ref_indep_loop_p (inner, ref, kind)) in ref_indep_loop_p() 3187 && !ref_indep_loop_p (loop, ref, lim_raw)) in can_sm_ref_p() 3194 if (!ref_indep_loop_p (loop, ref, sm_war)) in can_sm_ref_p()
|
H A D | ChangeLog-2016 | 16099 * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument 16102 to ref_indep_loop_p. 16109 ref_indep_loop_p. 16989 (ref_indep_loop_p): Pass zero as initial value for safelen. 18121 (ref_indep_loop_p): Pass LOOP as additional argument to
|
H A D | ChangeLog-2013 | 35521 (ref_indep_loop_p): Rename to ... 35524 (ref_indep_loop_p): Wrap ref_indep_loop_p_2. 35622 (ref_indep_loop_p): Assert we are not queried for the unanalyzed mem.
|
H A D | ChangeLog-2008 | 23946 ref_indep_loop_p, can_sm_ref_p, find_refs_for_sm,
|
H A D | ChangeLog-2021 | 20848 (ref_indep_loop_p): Handle aggregate copies as never
|
H A D | ChangeLog-2020 | 23506 (ref_indep_loop_p): ... this and generalize for three kinds
|
H A D | ChangeLog-2019 | 22537 (ref_indep_loop_p): Same.
|
H A D | ChangeLog-2017 | 2292 * tree-ssa-loop-im.c (ref_indep_loop_p): Remove safelen parameters.
|
H A D | ChangeLog-2015 | 16715 (ref_indep_loop_p): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-im.c | 228 static bool ref_indep_loop_p (class loop *, im_mem_ref *); 574 && ref_indep_loop_p (aloop, ref)) in outermost_indep_loop() 577 if (ref_indep_loop_p (loop, ref)) in outermost_indep_loop() 2333 ref_indep_loop_p (class loop *loop, im_mem_ref *ref) in ref_indep_loop_p() function 2373 if (!ref_indep_loop_p (loop, ref)) in can_sm_ref_p()
|