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

  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 2794 rtx_insn *fallthrough_insn;
2840 fallthrough_insn = 0;
2845 fallthrough_insn = next_active_insn (jump_insn);
2858 fallthrough_insn, prediction == 2, true,
2871 fill_slots_from_thread (jump_insn, condition, fallthrough_insn,
2880 fill_slots_from_thread (jump_insn, condition, fallthrough_insn,
2772 rtx_insn *fallthrough_insn; local
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 2792 rtx_insn *fallthrough_insn;
2838 fallthrough_insn = 0;
2843 fallthrough_insn = next_active_insn (jump_insn);
2855 fallthrough_insn, prediction == 2, 1,
2868 fill_slots_from_thread (jump_insn, condition, fallthrough_insn,
2877 fill_slots_from_thread (jump_insn, condition, fallthrough_insn,
2770 rtx_insn *fallthrough_insn; local

Completed in 28 milliseconds