Lines Matching defs:chk
222 basic_block chk = gsi_bb (*gsip);
228 basic_block trp = create_empty_bb (chk);
238 chk->index, trp->index);
240 if (BB_PARTITION (chk))
255 single_succ_edge (chk)->flags &= ~EDGE_FALLTHRU;
256 single_succ_edge (chk)->flags |= neg_true_false_flag;
257 single_succ_edge (chk)->probability = profile_probability::always ();
258 edge e = make_edge (chk, trp, true_false_flag);
263 set_immediate_dominator (CDI_DOMINATORS, trp, chk);
281 basic_block chk = split_edge (e);
284 single_pred_edge (chk)->goto_locus = loc;
285 single_succ_edge (chk)->goto_locus = eloc;
290 src->index, dest->index, chk->index);
292 gimple_stmt_iterator gsik = gsi_after_labels (chk);