Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.h301 extern const char *rs6000_sched_insert_nops_str;
Drs6000.c153 const char *rs6000_sched_insert_nops_str; variable
1433 if (rs6000_sched_insert_nops_str) in rs6000_override_options()
1435 if (! strcmp (rs6000_sched_insert_nops_str, "no")) in rs6000_override_options()
1437 else if (! strcmp (rs6000_sched_insert_nops_str, "pad")) in rs6000_override_options()
1439 else if (! strcmp (rs6000_sched_insert_nops_str, "regroup_exact")) in rs6000_override_options()
1442 rs6000_sched_insert_nops = atoi (rs6000_sched_insert_nops_str); in rs6000_override_options()
1733 rs6000_sched_insert_nops_str = arg; in rs6000_handle_option()