Home
last modified time | relevance | path

Searched refs:vect_min_worthwhile_factor (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vectorizer.h917 extern int vect_min_worthwhile_factor (enum tree_code);
H A Dtree-vect-stmts.c3176 || (vf < vect_min_worthwhile_factor (code) in vectorizable_shift()
3185 && vf < vect_min_worthwhile_factor (code) in vectorizable_shift()
3476 || (vf < vect_min_worthwhile_factor (code) in vectorizable_operation()
3485 && vf < vect_min_worthwhile_factor (code) in vectorizable_operation()
H A Dtree-vect-loop.c4643 < vect_min_worthwhile_factor (code)) in vectorizable_reduction()
4653 < vect_min_worthwhile_factor (code)) in vectorizable_reduction()
5032 vect_min_worthwhile_factor (enum tree_code code) in vect_min_worthwhile_factor() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-loop.c7598 vect_min_worthwhile_factor (enum tree_code code) in vect_min_worthwhile_factor() function
7629 && value >= vect_min_worthwhile_factor (code)); in vect_worthwhile_without_simd_p()