Searched refs:vect_loop (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-parloops.c | 229 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 D | dbgcnt.def | 202 DEBUG_COUNTER (vect_loop)
|
H A D | tree-vectorizer.c | 966 if (!dbg_cnt (vect_loop)) in try_vectorize_loop_1()
|
H A D | tree-vect-data-refs.c | 6510 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 D | tree-vect-stmts.c | 11662 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 D | tree-parloops.cc | 229 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 D | dbgcnt.def | 215 DEBUG_COUNTER (vect_loop)
|
H A D | tree-vectorizer.cc | 1125 if (!dbg_cnt (vect_loop)) in try_vectorize_loop_1()
|
H A D | tree-vect-data-refs.cc | 6709 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 D | tree-vect-stmts.cc | 11993 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()
|