Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtrans-mem.cc2832 edge abort_edge = NULL; in expand_transaction() local
2844 abort_edge = e; in expand_transaction()
2937 if (abort_edge) in expand_transaction()
2965 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2966 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2967 abort_edge->probability = profile_probability::unlikely (); in expand_transaction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtrans-mem.c2828 edge abort_edge = NULL; in expand_transaction() local
2840 abort_edge = e; in expand_transaction()
2933 if (abort_edge) in expand_transaction()
2961 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2962 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2963 abort_edge->probability = profile_probability::unlikely (); in expand_transaction()