Searched refs:contains_reg_of_mode (Results 1 – 2 of 2) sorted by relevance
209 static char contains_reg_of_mode [N_REG_CLASSES] [MAX_MACHINE_MODE]; variable476 memset (contains_reg_of_mode, 0, sizeof (contains_reg_of_mode)); in init_reg_sets_1()484 contains_reg_of_mode [i][m] = 1; in init_reg_sets_1()496 if (contains_reg_of_mode [i][m]) in init_reg_sets_1()502 if (!contains_reg_of_mode [j][m]) in init_reg_sets_1()515 if (*p2 != i && contains_reg_of_mode [*p2][m]) in init_reg_sets_1()521 if (*p1 != j && contains_reg_of_mode [*p1][m]) in init_reg_sets_1()939 if (contains_reg_of_mode [(enum reg_class) class][PSEUDO_REGNO_MODE (i)] in dump_regclass()1299 if (!contains_reg_of_mode [class][PSEUDO_REGNO_MODE (i)] in regclass()
29271 * regclass.c (contains_reg_of_mode): Make global.29272 (init_reg_sets): Remove contains_reg_of_mode; take into account29275 (regclass): Use contains_reg_of_mode.