Searched refs:spec_check_no (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c6175 static int *spec_check_no = NULL;
6177 /* Size of spec_check_no array. */
6365 free (spec_check_no);
6366 spec_check_no = 0;
6636 spec_check_no = xrecalloc (spec_check_no, new_max_uid,
6637 max_uid, sizeof (*spec_check_no));
6971 spec_check_no[INSN_UID (insn)] = load_no + shift + 1;
6996 check_no = spec_check_no[INSN_UID(insn)] - 1;
7149 check_no = spec_check_no[INSN_UI
6161 static int *spec_check_no = NULL; variable
[all...]

Completed in 70 milliseconds