Searched refs:next_stmt (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstw.h92 ffestwCase next_stmt; /* Next range in stmt or first in next stmt. */ member in struct:_ffestw_case_
H A Dste.c2934 c = c->next_stmt;
2936 c->previous_stmt->previous_stmt->next_stmt = c;
2991 c = c->next_stmt;
2993 c->previous_stmt->previous_stmt->next_stmt = c;
H A Dstc.c9320 nc->next_stmt = (ffestwCase) &s->first_rel;
9328 nc->next_stmt->previous_stmt = nc;
9329 nc->previous_stmt->next_stmt = nc;
/haiku-buildtools/gcc/gcc/
H A Dtree-vect-loop.c2001 gimple current_stmt = NULL, loop_use_stmt = NULL, first, next_stmt; local
2089 next_stmt = GROUP_FIRST_ELEMENT (vinfo_for_stmt (current_stmt));
2090 while (next_stmt)
2092 if (gimple_assign_rhs2 (next_stmt) == lhs)
2094 tree op = gimple_assign_rhs1 (next_stmt);
2115 lhs = gimple_assign_lhs (next_stmt);
2116 next_stmt = GROUP_NEXT_ELEMENT (vinfo_for_stmt (next_stmt));
2124 tree op = gimple_assign_rhs2 (next_stmt);
2148 dump_gimple_stmt (MSG_NOTE, TDF_SLIM, next_stmt,
[all...]
H A Dtree-vect-data-refs.c5658 gimple next_stmt, new_stmt; local
5665 next_stmt = first_stmt;
5669 if (!next_stmt)
5678 if (next_stmt != first_stmt
5679 && gap_count < GROUP_GAP (vinfo_for_stmt (next_stmt)))
5685 while (next_stmt)
5691 if (!STMT_VINFO_VEC_STMT (vinfo_for_stmt (next_stmt)))
5692 STMT_VINFO_VEC_STMT (vinfo_for_stmt (next_stmt)) = new_stmt;
5695 if (!GROUP_SAME_DR_STMT (vinfo_for_stmt (next_stmt)))
5698 STMT_VINFO_VEC_STMT (vinfo_for_stmt (next_stmt));
[all...]
H A Dtree-vect-stmts.c5027 gimple next_stmt, first_stmt = NULL; local
5163 next_stmt = GROUP_NEXT_ELEMENT (stmt_info);
5164 while (next_stmt)
5166 gcc_assert (gimple_assign_single_p (next_stmt));
5167 op = gimple_assign_rhs1 (next_stmt);
5168 if (!vect_is_simple_use (op, next_stmt, loop_vinfo, bb_vinfo,
5176 next_stmt = GROUP_NEXT_ELEMENT (vinfo_for_stmt (next_stmt));
5321 next_stmt = first_stmt;
5329 gcc_assert (next_stmt
[all...]
H A Dtree-vect-slp.c216 gimple next_stmt = first_stmt; local
224 if (next_stmt == stmt)
227 next_stmt = GROUP_NEXT_ELEMENT (vinfo_for_stmt (next_stmt));
229 while (next_stmt);
H A Dtree-chkp.c4113 gimple next_stmt = gsi_stmt (next); local
4115 gsi_insert_on_edge (fall, next_stmt);

Completed in 217 milliseconds