Searched refs:false_lab (Results 1 – 2 of 2) sorted by relevance
2312 tree false_lab = gimple_cond_false_label (cond_stmt); in collect_fallthrough_labels() local2318 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()
2105 tree false_lab = gimple_cond_false_label (cond_stmt); in collect_fallthrough_labels() local2111 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()