Home
last modified time | relevance | path

Searched refs:vect_loop (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddbgcnt.def195 DEBUG_COUNTER (vect_loop)
H A Dtree-vectorizer.c720 if (!dbg_cnt (vect_loop)) in vectorize_loops()
H A Dtree-vect-loop.c2814 struct loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in vect_is_slp_reduction() local
2824 if (loop != vect_loop) in vect_is_slp_reduction()
3180 struct loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in vect_is_simple_reduction() local
3328 if (flow_loop_nested_p (vect_loop, loop)) in vect_is_simple_reduction()
3339 if (! flow_bb_inside_loop_p (vect_loop, gimple_bb (use_stmt))) in vect_is_simple_reduction()
3344 bool nested_in_vect_loop = flow_loop_nested_p (vect_loop, loop); in vect_is_simple_reduction()
H A Dtree-vect-data-refs.c6543 struct loop *vect_loop = NULL; in vect_supportable_dr_alignment() local
6559 vect_loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_supportable_dr_alignment()
6560 nested_in_vect_loop = nested_in_vect_loop_p (vect_loop, stmt); in vect_supportable_dr_alignment()
H A Dtree-vect-stmts.c10126 struct loop *vect_loop = NULL; in supportable_widening_operation() local
10140 vect_loop = LOOP_VINFO_LOOP (loop_info); in supportable_widening_operation()
10178 if (vect_loop in supportable_widening_operation()
10180 && !nested_in_vect_loop_p (vect_loop, stmt) in supportable_widening_operation()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-loop.c1774 struct loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in vect_is_slp_reduction() local
1784 if (loop != vect_loop) in vect_is_slp_reduction()
1991 struct loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in vect_is_simple_reduction_1() local
2008 gcc_assert ((check_reduction && loop == vect_loop) in vect_is_simple_reduction_1()
2009 || (!check_reduction && flow_loop_nested_p (vect_loop, loop))); in vect_is_simple_reduction_1()
H A Dtree-vect-data-refs.c4612 struct loop *vect_loop = NULL; in vect_supportable_dr_alignment() local
4620 vect_loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_supportable_dr_alignment()
4621 nested_in_vect_loop = nested_in_vect_loop_p (vect_loop, stmt); in vect_supportable_dr_alignment()
H A Dtree-vect-stmts.c6094 struct loop *vect_loop = NULL; in supportable_widening_operation() local
6109 vect_loop = LOOP_VINFO_LOOP (loop_info); in supportable_widening_operation()
6131 if (vect_loop in supportable_widening_operation()
6133 && !nested_in_vect_loop_p (vect_loop, stmt)) in supportable_widening_operation()