Home
last modified time | relevance | path

Searched refs:false_lab (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc2312 tree false_lab = gimple_cond_false_label (cond_stmt); in collect_fallthrough_labels() local
2318 if (!DECL_ARTIFICIAL (false_lab)) in collect_fallthrough_labels()
2326 && gimple_label_label (as_a <glabel *> (stmt)) == false_lab) in collect_fallthrough_labels()
2335 if (!UNUSED_LABEL_P (false_lab)) in collect_fallthrough_labels()
2337 struct label_entry l = { false_lab, if_loc }; in collect_fallthrough_labels()
2374 else if (UNUSED_LABEL_P (false_lab)) in collect_fallthrough_labels()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c2105 tree false_lab = gimple_cond_false_label (cond_stmt); in collect_fallthrough_labels() local
2111 if (!DECL_ARTIFICIAL (false_lab)) in collect_fallthrough_labels()
2119 && gimple_label_label (as_a <glabel *> (stmt)) == false_lab) in collect_fallthrough_labels()
2127 struct label_entry l = { false_lab, if_loc }; in collect_fallthrough_labels()