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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c2652 vec<loop_vec_info> &vinfos = first_loop_vinfo->epilogue_vinfos; local
2653 while (!vinfos.is_empty ()
2654 && vect_joust_loop_vinfos (loop_vinfo, vinfos.last ()))
2657 delete vinfos.pop ();
2659 if (vinfos.is_empty ()
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc3145 vec<loop_vec_info> &vinfos = first_loop_vinfo->epilogue_vinfos; local
3146 while (!vinfos.is_empty ()
3147 && vect_joust_loop_vinfos (loop_vinfo, vinfos.last ()))
3150 delete vinfos.pop ();

Completed in 129 milliseconds