Searched refs:max_dup_opno (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genemit.c | 413 if (stats.max_dup_opno > stats.max_opno) in gen_insn() 461 && stats.min_scratch_opno <= MAX (stats.max_opno, stats.max_dup_opno)) in gen_expand() 482 && stats.max_opno >= stats.max_dup_opno in gen_expand() 493 for (i = stats.num_generator_args; i <= stats.max_dup_opno; i++) in gen_expand() 530 for (i = 0; i <= MAX (stats.max_opno, stats.max_dup_opno); i++) in gen_expand()
|
H A D | gensupport.h | 201 int max_dup_opno; member
|
H A D | gensupport.c | 3071 stats->max_dup_opno = MAX (stats->max_dup_opno, XINT (x, 0)); in get_pattern_stats_1() 3110 stats->max_dup_opno = -1; in get_pattern_stats() 3123 MAX (stats->max_dup_opno, in get_pattern_stats()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genemit.cc | 418 if (stats.max_dup_opno > stats.max_opno) in gen_insn() 466 && stats.min_scratch_opno <= MAX (stats.max_opno, stats.max_dup_opno)) in gen_expand() 487 && stats.max_opno >= stats.max_dup_opno in gen_expand() 498 for (i = stats.num_generator_args; i <= stats.max_dup_opno; i++) in gen_expand() 535 for (i = 0; i <= MAX (stats.max_opno, stats.max_dup_opno); i++) in gen_expand()
|
H A D | gensupport.h | 201 int max_dup_opno; member
|
H A D | gensupport.cc | 3068 stats->max_dup_opno = MAX (stats->max_dup_opno, XINT (x, 0)); in get_pattern_stats_1() 3107 stats->max_dup_opno = -1; in get_pattern_stats() 3120 MAX (stats->max_dup_opno, in get_pattern_stats()
|