Home
last modified time | relevance | path

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

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtrans-mem.c2691 edge uninst_edge = NULL; in expand_transaction() local
2703 uninst_edge = e; in expand_transaction()
2727 if (uninst_edge) in expand_transaction()
2845 if (inst_edge && uninst_edge) in expand_transaction()
2883 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
2884 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2885 uninst_edge->probability = REG_BR_PROB_BASE / 2; in expand_transaction()
2886 uninst_edge->count in expand_transaction()
2887 = apply_probability (test_bb->count, uninst_edge->probability); in expand_transaction()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtrans-mem.c2571 edge uninst_edge = NULL; in expand_transaction() local
2583 uninst_edge = e; in expand_transaction()
2607 if (uninst_edge) in expand_transaction()
2725 if (inst_edge && uninst_edge) in expand_transaction()
2763 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
2764 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2765 uninst_edge->probability = REG_BR_PROB_BASE / 2; in expand_transaction()
2766 uninst_edge->count in expand_transaction()
2767 = apply_probability(test_bb->count, uninst_edge->probability); in expand_transaction()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtrans-mem.c2571 edge uninst_edge = NULL; in expand_transaction() local
2583 uninst_edge = e; in expand_transaction()
2607 if (uninst_edge) in expand_transaction()
2725 if (inst_edge && uninst_edge) in expand_transaction()
2763 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
2764 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
2765 uninst_edge->probability = REG_BR_PROB_BASE / 2; in expand_transaction()
2766 uninst_edge->count in expand_transaction()
2767 = apply_probability(test_bb->count, uninst_edge->probability); in expand_transaction()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtrans-mem.c2842 edge uninst_edge = NULL; in expand_transaction() local
2854 uninst_edge = e; in expand_transaction()
2878 if (uninst_edge) in expand_transaction()
2990 if (inst_edge && uninst_edge) in expand_transaction()
3026 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3027 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3028 uninst_edge->probability = REG_BR_PROB_BASE / 2; in expand_transaction()
3029 uninst_edge->count in expand_transaction()
3030 = apply_probability (test_bb->count, uninst_edge->probability); in expand_transaction()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtrans-mem.c2842 edge uninst_edge = NULL; in expand_transaction() local
2854 uninst_edge = e; in expand_transaction()
2878 if (uninst_edge) in expand_transaction()
2990 if (inst_edge && uninst_edge) in expand_transaction()
3026 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3027 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3028 uninst_edge->probability = REG_BR_PROB_BASE / 2; in expand_transaction()
3029 uninst_edge->count in expand_transaction()
3030 = apply_probability (test_bb->count, uninst_edge->probability); in expand_transaction()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtrans-mem.c2834 edge uninst_edge = NULL; in expand_transaction() local
2846 uninst_edge = e; in expand_transaction()
2870 if (uninst_edge) in expand_transaction()
2973 if (inst_edge && uninst_edge) in expand_transaction()
3006 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3007 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3008 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtrans-mem.c2834 edge uninst_edge = NULL; in expand_transaction() local
2846 uninst_edge = e; in expand_transaction()
2870 if (uninst_edge) in expand_transaction()
2973 if (inst_edge && uninst_edge) in expand_transaction()
3006 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3007 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3008 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtrans-mem.c2844 edge uninst_edge = NULL; in expand_transaction() local
2856 uninst_edge = e; in expand_transaction()
2880 if (uninst_edge) in expand_transaction()
2983 if (inst_edge && uninst_edge) in expand_transaction()
3016 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3017 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3018 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtrans-mem.c2830 edge uninst_edge = NULL; in expand_transaction() local
2842 uninst_edge = e; in expand_transaction()
2866 if (uninst_edge) in expand_transaction()
2969 if (inst_edge && uninst_edge) in expand_transaction()
3002 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3003 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3004 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c2844 edge uninst_edge = NULL; in expand_transaction() local
2856 uninst_edge = e; in expand_transaction()
2880 if (uninst_edge) in expand_transaction()
2983 if (inst_edge && uninst_edge) in expand_transaction()
3016 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3017 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3018 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtrans-mem.c2834 edge uninst_edge = NULL; in expand_transaction() local
2846 uninst_edge = e; in expand_transaction()
2870 if (uninst_edge) in expand_transaction()
2973 if (inst_edge && uninst_edge) in expand_transaction()
3006 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3007 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3008 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c2844 edge uninst_edge = NULL; in expand_transaction() local
2856 uninst_edge = e; in expand_transaction()
2880 if (uninst_edge) in expand_transaction()
2983 if (inst_edge && uninst_edge) in expand_transaction()
3016 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3017 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3018 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtrans-mem.c2831 edge uninst_edge = NULL; in expand_transaction() local
2843 uninst_edge = e; in expand_transaction()
2867 if (uninst_edge) in expand_transaction()
2970 if (inst_edge && uninst_edge) in expand_transaction()
3003 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3004 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3005 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c2844 edge uninst_edge = NULL; in expand_transaction() local
2856 uninst_edge = e; in expand_transaction()
2880 if (uninst_edge) in expand_transaction()
2983 if (inst_edge && uninst_edge) in expand_transaction()
3016 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3017 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3018 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c2844 edge uninst_edge = NULL; in expand_transaction() local
2856 uninst_edge = e; in expand_transaction()
2880 if (uninst_edge) in expand_transaction()
2983 if (inst_edge && uninst_edge) in expand_transaction()
3016 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3017 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3018 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtrans-mem.c2834 edge uninst_edge = NULL; in expand_transaction() local
2846 uninst_edge = e; in expand_transaction()
2870 if (uninst_edge) in expand_transaction()
2973 if (inst_edge && uninst_edge) in expand_transaction()
3006 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3007 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3008 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtrans-mem.c2830 edge uninst_edge = NULL; in expand_transaction() local
2842 uninst_edge = e; in expand_transaction()
2866 if (uninst_edge) in expand_transaction()
2969 if (inst_edge && uninst_edge) in expand_transaction()
3002 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3003 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3004 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtrans-mem.c2844 edge uninst_edge = NULL; in expand_transaction() local
2856 uninst_edge = e; in expand_transaction()
2880 if (uninst_edge) in expand_transaction()
2983 if (inst_edge && uninst_edge) in expand_transaction()
3016 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3017 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3018 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtrans-mem.c2830 edge uninst_edge = NULL;
2842 uninst_edge = e;
2866 if (uninst_edge)
2969 if (inst_edge && uninst_edge)
3002 redirect_edge_pred (uninst_edge, test_bb);
3003 uninst_edge->flags = EDGE_TRUE_VALUE;
3004 uninst_edge->probability = profile_probability::even ();
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtrans-mem.c2831 edge uninst_edge = NULL; in expand_transaction() local
2843 uninst_edge = e; in expand_transaction()
2867 if (uninst_edge) in expand_transaction()
2970 if (inst_edge && uninst_edge) in expand_transaction()
3003 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3004 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3005 uninst_edge->probability = profile_probability::even (); in expand_transaction()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtrans-mem.c2831 edge uninst_edge = NULL; in expand_transaction() local
2843 uninst_edge = e; in expand_transaction()
2867 if (uninst_edge) in expand_transaction()
2970 if (inst_edge && uninst_edge) in expand_transaction()
3003 redirect_edge_pred (uninst_edge, test_bb); in expand_transaction()
3004 uninst_edge->flags = EDGE_TRUE_VALUE; in expand_transaction()
3005 uninst_edge->probability = profile_probability::even (); in expand_transaction()