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

  /src/external/gpl3/gcc/dist/gcc/
postreload-gcse.cc 244 static void record_last_reg_set_info_regno (rtx_insn *, int);
698 record_last_reg_set_info_regno (rtx_insn *insn, int regno)
749 record_last_reg_set_info_regno (last_set_insn, STACK_POINTER_REGNUM);
793 record_last_reg_set_info_regno (insn, regno);
687 record_last_reg_set_info_regno (rtx_insn *insn, int regno) function
  /src/external/gpl3/gcc.old/dist/gcc/
postreload-gcse.cc 244 static void record_last_reg_set_info_regno (rtx_insn *, int);
697 record_last_reg_set_info_regno (rtx_insn *insn, int regno)
748 record_last_reg_set_info_regno (last_set_insn, STACK_POINTER_REGNUM);
792 record_last_reg_set_info_regno (insn, regno);
686 record_last_reg_set_info_regno (rtx_insn *insn, int regno) function

Completed in 17 milliseconds