Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c229 class loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in parloops_is_slp_reduction() local
239 if (loop != vect_loop) in parloops_is_slp_reduction()
462 class loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in parloops_is_simple_reduction() local
463 bool nested_in_vect_loop = flow_loop_nested_p (vect_loop, loop); in parloops_is_simple_reduction()
611 if (flow_loop_nested_p (vect_loop, loop)) in parloops_is_simple_reduction()
622 if (! flow_bb_inside_loop_p (vect_loop, gimple_bb (use_stmt))) in parloops_is_simple_reduction()
H A Ddbgcnt.def202 DEBUG_COUNTER (vect_loop)
H A Dtree-vectorizer.c966 if (!dbg_cnt (vect_loop)) in try_vectorize_loop_1()
H A Dtree-vect-data-refs.c6510 class loop *vect_loop = NULL; in vect_supportable_dr_alignment() local
6526 vect_loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_supportable_dr_alignment()
6527 nested_in_vect_loop = nested_in_vect_loop_p (vect_loop, stmt_info); in vect_supportable_dr_alignment()
H A Dtree-vect-stmts.c11662 class loop *vect_loop = NULL; in supportable_widening_operation() local
11676 vect_loop = LOOP_VINFO_LOOP (loop_info); in supportable_widening_operation()
11714 if (vect_loop in supportable_widening_operation()
11716 && !nested_in_vect_loop_p (vect_loop, stmt_info) in supportable_widening_operation()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc229 class loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in parloops_is_slp_reduction() local
239 if (loop != vect_loop) in parloops_is_slp_reduction()
462 class loop *vect_loop = LOOP_VINFO_LOOP (loop_info); in parloops_is_simple_reduction() local
463 bool nested_in_vect_loop = flow_loop_nested_p (vect_loop, loop); in parloops_is_simple_reduction()
611 if (flow_loop_nested_p (vect_loop, loop)) in parloops_is_simple_reduction()
622 if (! flow_bb_inside_loop_p (vect_loop, gimple_bb (use_stmt))) in parloops_is_simple_reduction()
H A Ddbgcnt.def215 DEBUG_COUNTER (vect_loop)
H A Dtree-vectorizer.cc1125 if (!dbg_cnt (vect_loop)) in try_vectorize_loop_1()
H A Dtree-vect-data-refs.cc6709 class loop *vect_loop = NULL; in vect_supportable_dr_alignment() local
6725 vect_loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_supportable_dr_alignment()
6726 nested_in_vect_loop = nested_in_vect_loop_p (vect_loop, stmt_info); in vect_supportable_dr_alignment()
H A Dtree-vect-stmts.cc11993 class loop *vect_loop = NULL; in supportable_widening_operation() local
12007 vect_loop = LOOP_VINFO_LOOP (loop_info); in supportable_widening_operation()
12045 if (vect_loop in supportable_widening_operation()
12047 && !nested_in_vect_loop_p (vect_loop, stmt_info) in supportable_widening_operation()