Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtrans-mem.c2567 edge fallthru_edge = NULL; in expand_call_tm() local
2580 fallthru_edge = e; in expand_call_tm()
2593 if (fallthru_edge) in expand_call_tm()
2831 edge fallthru_edge = NULL; in expand_transaction() local
2846 fallthru_edge = e; in expand_transaction()
2919 redirect_edge_pred (fallthru_edge, join_bb); in expand_transaction()
2956 redirect_edge_pred (fallthru_edge, test_bb); in expand_transaction()
2957 fallthru_edge->flags = EDGE_FALSE_VALUE; in expand_transaction()
2990 e->probability = fallthru_edge->probability; in expand_transaction()
2991 test_bb->count = fallthru_edge->count (); in expand_transaction()
[all …]
H A Dtrans-mem.cc2571 edge fallthru_edge = NULL; in expand_call_tm() local
2584 fallthru_edge = e; in expand_call_tm()
2597 if (fallthru_edge) in expand_call_tm()
2835 edge fallthru_edge = NULL; in expand_transaction() local
2850 fallthru_edge = e; in expand_transaction()
2923 redirect_edge_pred (fallthru_edge, join_bb); in expand_transaction()
2960 redirect_edge_pred (fallthru_edge, test_bb); in expand_transaction()
2961 fallthru_edge->flags = EDGE_FALSE_VALUE; in expand_transaction()
2994 e->probability = fallthru_edge->probability; in expand_transaction()
2995 test_bb->count = fallthru_edge->count (); in expand_transaction()
[all …]
H A Dcfgrtl.c5117 edge *fallthru_edge) in rtl_extract_cond_bb_edges() argument
5123 *fallthru_edge = e; in rtl_extract_cond_bb_edges()
5129 *fallthru_edge = EDGE_SUCC (b, 1); in rtl_extract_cond_bb_edges()
H A Dcfgrtl.cc5206 edge *fallthru_edge) in rtl_extract_cond_bb_edges() argument
5212 *fallthru_edge = e; in rtl_extract_cond_bb_edges()
5218 *fallthru_edge = EDGE_SUCC (b, 1); in rtl_extract_cond_bb_edges()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtrans-mem.c2567 edge fallthru_edge = NULL; in expand_call_tm() local
2580 fallthru_edge = e; in expand_call_tm()
2593 if (fallthru_edge) in expand_call_tm()
2831 edge fallthru_edge = NULL; in expand_transaction() local
2846 fallthru_edge = e; in expand_transaction()
2919 redirect_edge_pred (fallthru_edge, join_bb); in expand_transaction()
2956 redirect_edge_pred (fallthru_edge, test_bb); in expand_transaction()
2957 fallthru_edge->flags = EDGE_FALSE_VALUE; in expand_transaction()
2990 e->probability = fallthru_edge->probability; in expand_transaction()
2991 test_bb->count = fallthru_edge->count (); in expand_transaction()
[all …]
H A Dcfgrtl.c5117 edge *fallthru_edge) in rtl_extract_cond_bb_edges() argument
5123 *fallthru_edge = e; in rtl_extract_cond_bb_edges()
5129 *fallthru_edge = EDGE_SUCC (b, 1); in rtl_extract_cond_bb_edges()
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c14549 edge e, fallthru_edge; in s390_bb_fallthru_entry_likely() local
14555 fallthru_edge = find_fallthru_edge (bb->preds); in s390_bb_fallthru_entry_likely()
14556 if (!fallthru_edge) in s390_bb_fallthru_entry_likely()
14560 if (e != fallthru_edge in s390_bb_fallthru_entry_likely()
H A Ds390.cc14826 edge e, fallthru_edge; in s390_bb_fallthru_entry_likely() local
14832 fallthru_edge = find_fallthru_edge (bb->preds); in s390_bb_fallthru_entry_likely()
14833 if (!fallthru_edge) in s390_bb_fallthru_entry_likely()
14837 if (e != fallthru_edge in s390_bb_fallthru_entry_likely()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c14549 edge e, fallthru_edge; in s390_bb_fallthru_entry_likely() local
14555 fallthru_edge = find_fallthru_edge (bb->preds); in s390_bb_fallthru_entry_likely()
14556 if (!fallthru_edge) in s390_bb_fallthru_entry_likely()
14560 if (e != fallthru_edge in s390_bb_fallthru_entry_likely()