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

/haiku-buildtools/gcc/gcc/
H A Dtree-cfgcleanup.c438 if (glabel *label_stmt = dyn_cast <glabel *> (label))
439 if (DECL_NONLOCAL (gimple_label_label (label_stmt))
440 || EH_LANDING_PAD_NR (gimple_label_label (label_stmt)) != 0)
840 if (glabel *label_stmt = dyn_cast <glabel *> (label))
841 if (DECL_NONLOCAL (gimple_label_label (label_stmt)))
H A Dtree-cfg.c963 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local
966 if (!label_stmt)
969 target = gimple_label_label (label_stmt);
1427 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (i)); local
1429 if (!label_stmt)
1432 label = gimple_label_label (label_stmt);
1570 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (i)); local
1572 if (!label_stmt)
1575 label = gimple_label_label (label_stmt);
1718 if (glabel *label_stmt
1727 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local
2099 glabel *label_stmt = dyn_cast <glabel *> (stmt); local
[all...]
H A Dipa-split.c291 if (glabel *label_stmt = dyn_cast <glabel *> (stmt))
292 if (test_nonssa_use (stmt, gimple_label_label (label_stmt),
341 if (glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (bsi)))
343 if (test_nonssa_use (label_stmt,
344 gimple_label_label (label_stmt),
H A Dipa-icf-gimple.c643 if (glabel *label_stmt = dyn_cast <glabel *> (stmt))
645 tree t = gimple_label_label (label_stmt);
H A Dtree-eh.c1165 glabel *label_stmt; local
1219 label_stmt = gimple_build_label (finally_label);
1220 gimple_seq_add_stmt (&tf->top_p_seq, label_stmt);
4057 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi));
4061 if (!label_stmt)
4063 lab = gimple_label_label (label_stmt);
4052 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local
H A Dpredict.c2265 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gi));
2268 if (!label_stmt)
2270 decl = gimple_label_label (label_stmt);
2263 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gi)); local
H A Dtree-ssa-ccp.c2614 if (glabel *label_stmt = dyn_cast <glabel *> (stmt))
2617 if (FORCED_LABEL (gimple_label_label (label_stmt)))
H A Dgimplify.c1574 glabel *label_stmt;
1584 label_stmt = gimple_build_label (CASE_LABEL (*expr_p));
1586 gimplify_seq_add_stmt (pre_p, label_stmt);
1571 glabel *label_stmt; local

Completed in 401 milliseconds