Searched refs:min_epilogue_iters (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c8994 int min_epilogue_iters = LOOP_VINFO_PEELING_FOR_GAPS (loop_vinfo) ? 1 : 0; local
8996 -min_epilogue_iters to remove iterations that cannot be performed
8998 int bias_for_lowest = 1 - min_epilogue_iters;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc9975 int min_epilogue_iters = LOOP_VINFO_PEELING_FOR_GAPS (loop_vinfo) ? 1 : 0; local
9977 -min_epilogue_iters to remove iterations that cannot be performed
9979 int bias_for_lowest = 1 - min_epilogue_iters;

Completed in 123 milliseconds