Home
last modified time | relevance | path

Searched refs:vect_gen_while (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop-manip.cc613 init_ctrl = vect_gen_while (preheader_seq, ctrl_type, in vect_set_loop_controls_directly()
654 next_ctrl = vect_gen_while (&stmts, ctrl_type, test_index, in vect_set_loop_controls_directly()
Dtree-vectorizer.h2193 extern tree vect_gen_while (gimple_seq *, tree, tree, tree,
Dtree-vect-stmts.cc12421 vect_gen_while (gimple_seq *seq, tree mask_type, tree start_index, in vect_gen_while() function
12448 tree tmp = vect_gen_while (seq, mask_type, start_index, end_index); in vect_gen_while_not()
DChangeLog-202120068 * tree-vect-stmts.c (vect_gen_while): Properly guard
20163 * tree-vectorizer.h (vect_gen_while): Match up with
20165 * tree-vect-stmts.c (vect_gen_while): Adjust API to that
DChangeLog-201832612 (vect_set_loop_condition, vect_get_loop_mask_type, vect_gen_while)
32662 (vect_gen_while): New function.