Home | History | Annotate | Download | only in gcc

Lines Matching refs:uses

341 /* Reset all debug uses in HEAD, and clear DEBUG->to_rescan bits of
408 /* Promote pending local uses of pseudos in DEBUG to global
409 substitutions. Uses of non-pseudos are left alone for
479 /* Reset all debug insns with pending uses. Release the bitmap in it,
570 replace all uses of UREGNO in DEBUG with uses of the debug temp.
580 struct dead_debug_use *uses = NULL;
581 struct dead_debug_use **usesp = &uses;
597 /* Move all uses of uregno from debug->head to uses, setting mode to
631 gcc_checking_assert (!uses);
648 gcc_checking_assert (uses || global);
661 /* Reset uses if the REG-setting insn is a CALL. Asm in
722 of its pending debug uses. */
725 dead_debug_reset_uses (debug, uses);
733 if (where == DEBUG_TEMP_AFTER_WITH_REG && !uses->next)
735 rtx_insn *next = DF_REF_INSN (uses->use);
739 XDELETE (uses);
762 /* Adjust all uses. */
763 while ((cur = uses))
773 uses = cur->next;