Searched refs:all_done_label (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | internal-fn.c | 1992 rtx_code_label *all_done_label = gen_label_rtx (); in expand_mul_overflow() local 1994 NULL, all_done_label, profile_probability::very_likely ()); in expand_mul_overflow() 1996 emit_label (all_done_label); in expand_mul_overflow() 2002 rtx_code_label *all_done_label = gen_label_rtx (); in expand_mul_overflow() local 2005 NULL, all_done_label, profile_probability::very_likely ()); in expand_mul_overflow() 2010 NULL, all_done_label, profile_probability::very_unlikely ()); in expand_mul_overflow() 2012 all_done_label, profile_probability::very_unlikely ()); in expand_mul_overflow() 2015 emit_label (all_done_label); in expand_mul_overflow()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | internal-fn.cc | 2211 rtx_code_label *all_done_label = gen_label_rtx (); in expand_mul_overflow() local 2213 NULL, all_done_label, profile_probability::very_likely ()); in expand_mul_overflow() 2215 emit_label (all_done_label); in expand_mul_overflow() 2221 rtx_code_label *all_done_label = gen_label_rtx (); in expand_mul_overflow() local 2224 NULL, all_done_label, profile_probability::very_likely ()); in expand_mul_overflow() 2229 NULL, all_done_label, profile_probability::very_unlikely ()); in expand_mul_overflow() 2231 all_done_label, profile_probability::very_unlikely ()); in expand_mul_overflow() 2234 emit_label (all_done_label); in expand_mul_overflow()
|