Home
last modified time | relevance | path

Searched refs:max_uid_for_loop (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.h49 (INSN_UID (INSN) < max_uid_for_loop ? uid_luid[INSN_UID (INSN)] \
392 extern int max_uid_for_loop;
H A Dloop.c171 int max_uid_for_loop; variable
382 (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 …]
H A Dunroll.c764 if (INSN_UID (copy_end) < max_uid_for_loop)
795 if (REGNO_FIRST_UID (r) > 0 && REGNO_FIRST_UID (r) < max_uid_for_loop
799 && REGNO_LAST_UID (r) > 0 && REGNO_LAST_UID (r) < max_uid_for_loop
801 && REGNO_LAST_NOTE_UID (r) > 0 && REGNO_LAST_NOTE_UID (r) < max_uid_for_loop
2566 || INSN_UID (bl->init_insn) >= max_uid_for_loop
3398 INSN_UID (JUMP_LABEL (temp)) < max_uid_for_loop
H A Ddoloop.c668 if (INSN_UID (bl->biv->insn) < max_uid_for_loop
H A DFSFChangeLog1565 * loop.c (loop_optimize): Reset max_uid_for_loop after
H A DChangeLog.15619 * loop.c (loop_optimize): Fix value max_uid_for_loop is reset