Home
last modified time | relevance | path

Searched refs:max_dup_operands (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenconfig.c33 static int max_dup_operands; /* Largest number of match_dup in any insn. */ variable
192 if (dup_operands_seen_this_insn > max_dup_operands) in gen_insn()
193 max_dup_operands = dup_operands_seen_this_insn; in gen_insn()
289 max_dup_operands = 1; in main()
324 printf ("#define MAX_DUP_OPERANDS %d\n", max_dup_operands); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenconfig.cc33 static int max_dup_operands; /* Largest number of match_dup in any insn. */ variable
186 if (dup_operands_seen_this_insn > max_dup_operands) in gen_insn()
187 max_dup_operands = dup_operands_seen_this_insn; in gen_insn()
283 max_dup_operands = 1; in main()
318 printf ("#define MAX_DUP_OPERANDS %d\n", max_dup_operands); in main()