Home
last modified time | relevance | path

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

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtrans-mem.c2689 edge abort_edge = NULL; in expand_transaction() local
2701 abort_edge = e; in expand_transaction()
2802 if (abort_edge) in expand_transaction()
2835 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2836 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2837 abort_edge->probability = PROB_VERY_UNLIKELY; in expand_transaction()
2838 abort_edge->count in expand_transaction()
2839 = apply_probability (test_bb->count, abort_edge->probability); in expand_transaction()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtrans-mem.c2569 edge abort_edge = NULL; in expand_transaction() local
2581 abort_edge = e; in expand_transaction()
2682 if (abort_edge) in expand_transaction()
2715 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2716 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2717 abort_edge->probability = PROB_VERY_UNLIKELY; in expand_transaction()
2718 abort_edge->count in expand_transaction()
2719 = apply_probability(test_bb->count, abort_edge->probability); in expand_transaction()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtrans-mem.c2569 edge abort_edge = NULL; in expand_transaction() local
2581 abort_edge = e; in expand_transaction()
2682 if (abort_edge) in expand_transaction()
2715 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2716 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2717 abort_edge->probability = PROB_VERY_UNLIKELY; in expand_transaction()
2718 abort_edge->count in expand_transaction()
2719 = apply_probability(test_bb->count, abort_edge->probability); in expand_transaction()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtrans-mem.c2840 edge abort_edge = NULL; in expand_transaction() local
2852 abort_edge = e; in expand_transaction()
2949 if (abort_edge) in expand_transaction()
2980 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2981 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2982 abort_edge->probability = PROB_VERY_UNLIKELY; in expand_transaction()
2983 abort_edge->count in expand_transaction()
2984 = apply_probability (test_bb->count, abort_edge->probability); in expand_transaction()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtrans-mem.c2840 edge abort_edge = NULL; in expand_transaction() local
2852 abort_edge = e; in expand_transaction()
2949 if (abort_edge) in expand_transaction()
2980 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2981 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2982 abort_edge->probability = PROB_VERY_UNLIKELY; in expand_transaction()
2983 abort_edge->count in expand_transaction()
2984 = apply_probability (test_bb->count, abort_edge->probability); in expand_transaction()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtrans-mem.c2832 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()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtrans-mem.c2832 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()
/dports/lang/gcc8/gcc-8.5.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()
/dports/lang/gcc10/gcc-10.3.0/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()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.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()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtrans-mem.c2832 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()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtrans-mem.c2829 edge abort_edge = NULL; in expand_transaction() local
2841 abort_edge = e; in expand_transaction()
2934 if (abort_edge) in expand_transaction()
2962 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2963 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2964 abort_edge->probability = profile_probability::unlikely (); in expand_transaction()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.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()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtrans-mem.c2832 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()
/dports/devel/avr-gcc/gcc-10.2.0/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()
/dports/devel/riscv64-gcc/gcc-8.3.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()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtrans-mem.c2828 edge abort_edge = NULL;
2840 abort_edge = e;
2933 if (abort_edge)
2961 redirect_edge_pred (abort_edge, test_bb);
2962 abort_edge->flags = EDGE_TRUE_VALUE;
2963 abort_edge->probability = profile_probability::unlikely ();
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtrans-mem.c2829 edge abort_edge = NULL; in expand_transaction() local
2841 abort_edge = e; in expand_transaction()
2934 if (abort_edge) in expand_transaction()
2962 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2963 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2964 abort_edge->probability = profile_probability::unlikely (); in expand_transaction()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtrans-mem.c2829 edge abort_edge = NULL; in expand_transaction() local
2841 abort_edge = e; in expand_transaction()
2934 if (abort_edge) in expand_transaction()
2962 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2963 abort_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2964 abort_edge->probability = profile_probability::unlikely (); in expand_transaction()