Searched refs:curr_feature_string (Results 1 – 1 of 1) sorted by relevance
3178 char *curr_feature_string = xstrdup (ix86_tune_ctrl_string); in parse_mtune_ctrl_str() local3179 char *orig = curr_feature_string; in parse_mtune_ctrl_str()3185 next_feature_string = strchr (curr_feature_string, ','); in parse_mtune_ctrl_str()3188 if (*curr_feature_string == '^') in parse_mtune_ctrl_str()3190 curr_feature_string++; in parse_mtune_ctrl_str()3195 if (!strcmp (curr_feature_string, ix86_tune_feature_names[i])) in parse_mtune_ctrl_str()3206 clear ? curr_feature_string - 1 : curr_feature_string); in parse_mtune_ctrl_str()3207 curr_feature_string = next_feature_string; in parse_mtune_ctrl_str()3209 while (curr_feature_string); in parse_mtune_ctrl_str()