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

  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 5351 set_for_reg_notes (rtx insn)
5399 if (!set_for_reg_notes (insn) && GET_CODE (PATTERN (insn)) != USE)
5445 rtx set = set_for_reg_notes (insn);
5326 set_for_reg_notes (rtx insn) function
  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 5521 set_for_reg_notes (rtx insn)
5569 if (!set_for_reg_notes (insn) && GET_CODE (PATTERN (insn)) != USE)
5615 rtx set = set_for_reg_notes (insn);
5496 set_for_reg_notes (rtx insn) function

Completed in 34 milliseconds