Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtrans-mem.c2842 edge abort_edge = NULL; in expand_transaction() local
2854 abort_edge = e; in expand_transaction()
2947 if (abort_edge) in expand_transaction()
2975 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2976 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2977 abort_edge->probability = profile_probability::unlikely (); in expand_transaction()