Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgcleanup.cc449 location_t new_locus = single_succ_edge (target)->goto_locus; in try_forward_edges() local
452 if (LOCATION_LOCUS (new_locus) != UNKNOWN_LOCATION in try_forward_edges()
454 && new_locus != locus) in try_forward_edges()
458 if (LOCATION_LOCUS (new_locus) != UNKNOWN_LOCATION) in try_forward_edges()
459 locus = new_locus; in try_forward_edges()
465 new_locus = INSN_LOCATION (last); in try_forward_edges()
467 new_locus = UNKNOWN_LOCATION; in try_forward_edges()
469 if (LOCATION_LOCUS (new_locus) != UNKNOWN_LOCATION in try_forward_edges()
471 && new_locus != locus) in try_forward_edges()
475 if (LOCATION_LOCUS (new_locus) != UNKNOWN_LOCATION) in try_forward_edges()
[all …]
Dgimplify.cc3857 location_t new_locus; in shortcut_cond_r() local
3873 new_locus = rexpr_location (pred, locus); in shortcut_cond_r()
3875 new_locus); in shortcut_cond_r()
3880 location_t new_locus; in shortcut_cond_r() local
3896 new_locus = rexpr_location (pred, locus); in shortcut_cond_r()
3898 new_locus); in shortcut_cond_r()
3905 location_t new_locus; in shortcut_cond_r() local
3918 new_locus = rexpr_location (pred, locus); in shortcut_cond_r()
3923 false_label_p, new_locus)); in shortcut_cond_r()