Home | History | Annotate | Download | only in gcc

Lines Matching refs:gsip

116    stmts that initialize it before *GSIP, with LOC.
121 detach_value (location_t loc, gimple_stmt_iterator *gsip, tree val)
165 gsi_insert_before (gsip, copyin, GSI_SAME_STMT);
190 gsi_insert_before (gsip, detach, GSI_SAME_STMT);
196 gsi_insert_before (gsip, copyout, GSI_SAME_STMT);
203 gsi_insert_before (gsip, clobber, GSI_SAME_STMT);
211 /* Build a cond stmt out of COP, LHS, RHS, insert it before *GSIP with
212 location LOC. *GSIP must be at the end of a basic block. The succ
219 insert_check_and_trap (location_t loc, gimple_stmt_iterator *gsip,
222 basic_block chk = gsi_bb (*gsip);
226 gsi_insert_before (gsip, cond, GSI_SAME_STMT);