Home
last modified time | relevance | path

Searched refs:zero_call_used_regs_opts (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dopts.h482 } zero_call_used_regs_opts[];
Dopts.cc2068 const struct zero_call_used_regs_opts_s zero_call_used_regs_opts[] = variable
2287 for (unsigned int i = 0; zero_call_used_regs_opts[i].name != NULL; ++i) in parse_zero_call_used_regs_options()
2288 if (strcmp (arg, zero_call_used_regs_opts[i].name) == 0) in parse_zero_call_used_regs_options()
2290 flags = zero_call_used_regs_opts[i].flag; in parse_zero_call_used_regs_options()
Dfunction.cc6716 for (unsigned int i = 0; zero_call_used_regs_opts[i].name != NULL; ++i) in execute()
6718 zero_call_used_regs_opts[i].name) == 0) in execute()
6720 zero_regs_type = zero_call_used_regs_opts[i].flag; in execute()
DChangeLog-20207211 * opts.c (zero_call_used_regs_opts): New structure array
7215 * opts.h (zero_call_used_regs_opts): New structure array.