Searched refs:max_uid_for_loop (Results 1 – 6 of 6) sorted by relevance
49 (INSN_UID (INSN) < max_uid_for_loop ? uid_luid[INSN_UID (INSN)] \392 extern int max_uid_for_loop;
171 int max_uid_for_loop; variable382 (INSN_UID (INSN) < max_uid_for_loop \428 if (INSN_UID (insn) >= max_uid_for_loop)487 max_uid_for_loop = get_max_uid () + 1 + max_loop_num * 32;489 uid_luid = (int *) xcalloc (max_uid_for_loop, sizeof (int));490 uid_loop = (struct loop **) xcalloc (max_uid_for_loop,520 if (get_max_uid () > max_uid_for_loop)523 max_uid_for_loop = get_max_uid ();535 for (i = 0; i < max_uid_for_loop; i++)541 for (i = 0; i < max_uid_for_loop; i++)[all …]
764 if (INSN_UID (copy_end) < max_uid_for_loop)795 if (REGNO_FIRST_UID (r) > 0 && REGNO_FIRST_UID (r) < max_uid_for_loop799 && REGNO_LAST_UID (r) > 0 && REGNO_LAST_UID (r) < max_uid_for_loop801 && REGNO_LAST_NOTE_UID (r) > 0 && REGNO_LAST_NOTE_UID (r) < max_uid_for_loop2566 || INSN_UID (bl->init_insn) >= max_uid_for_loop3398 INSN_UID (JUMP_LABEL (temp)) < max_uid_for_loop
668 if (INSN_UID (bl->biv->insn) < max_uid_for_loop
1565 * loop.c (loop_optimize): Reset max_uid_for_loop after
5619 * loop.c (loop_optimize): Fix value max_uid_for_loop is reset