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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 1117 next_active_non_empty_insn (rtx_insn *insn)
1203 next = next_active_non_empty_insn (insn);
1306 next = next_active_non_empty_insn (insn);
1336 after = next_active_non_empty_insn (after);
1115 next_active_non_empty_insn (rtx_insn *insn) function
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 1126 next_active_non_empty_insn (rtx_insn *insn)
1211 next = next_active_non_empty_insn (insn);
1314 next = next_active_non_empty_insn (insn);
1344 after = next_active_non_empty_insn (after);
1124 next_active_non_empty_insn (rtx_insn *insn) function

Completed in 41 milliseconds