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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 2496 if (find_regno_note (insn, REG_DEAD, test_regno))
2564 find_regno_note (const_rtx insn, enum reg_note kind, unsigned int regno)
2546 find_regno_note (const_rtx insn, enum reg_note kind, unsigned int regno) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 2498 if (find_regno_note (insn, REG_DEAD, test_regno))
2566 find_regno_note (const_rtx insn, enum reg_note kind, unsigned int regno)
2548 find_regno_note (const_rtx insn, enum reg_note kind, unsigned int regno) function

Completed in 32 milliseconds