HomeSort by: relevance | last modified time | path
    Searched defs:delete_this (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 4658 rtx delete_this = NULL_RTX;
4697 if (delete_this == NULL_RTX
4639 rtx delete_this = NULL_RTX; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 4657 rtx delete_this = NULL_RTX;
4696 if (delete_this == NULL_RTX
4638 rtx delete_this = NULL_RTX; local
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 4020 rtx_insn *delete_this = NULL;
4029 delete_this = insn;
4055 if (delete_this == NULL_RTX && (at_end || GET_MODE (next) == TImode))
4074 if (delete_this != NULL_RTX)
4075 delete_insn (delete_this);
4003 rtx_insn *delete_this = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.cc 4019 rtx_insn *delete_this = NULL;
4028 delete_this = insn;
4054 if (delete_this == NULL_RTX && (at_end || GET_MODE (next) == TImode))
4073 if (delete_this != NULL_RTX)
4074 delete_insn (delete_this);
4002 rtx_insn *delete_this = NULL; local

Completed in 30 milliseconds