Searched refs:rs6000_sched_insert_nops_str (Results 1 – 2 of 2) sorted by relevance
301 extern const char *rs6000_sched_insert_nops_str;
153 const char *rs6000_sched_insert_nops_str; variable1433 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()