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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh_treg_combine.cc 850 // The cstore_dst reg must die after the test before the cbranch, otherwise
856 rtx cstore_dst = e.cstore_reg_reg_copies.empty () local
860 if (!reg_dead_after_insn (cstore_dst, trace.setcc.insn))
865 "after trace.setcc.insn\n", REGNO (cstore_dst));
868 // Also check that the cstore_dst reg is not used in other reachable code
870 // Count the uses of the effective cstore_dst reg (i.e. the last known reg
875 int cstore_dst_use_count = trace_reg_uses (cstore_dst, e.cstore.insn,
882 "in %d other places\n", REGNO (cstore_dst),
sh_treg_combine.cc 850 // The cstore_dst reg must die after the test before the cbranch, otherwise
856 rtx cstore_dst = e.cstore_reg_reg_copies.empty () local
860 if (!reg_dead_after_insn (cstore_dst, trace.setcc.insn))
865 "after trace.setcc.insn\n", REGNO (cstore_dst));
868 // Also check that the cstore_dst reg is not used in other reachable code
870 // Count the uses of the effective cstore_dst reg (i.e. the last known reg
875 int cstore_dst_use_count = trace_reg_uses (cstore_dst, e.cstore.insn,
882 "in %d other places\n", REGNO (cstore_dst),
sh_treg_combine.cc 850 // The cstore_dst reg must die after the test before the cbranch, otherwise
856 rtx cstore_dst = e.cstore_reg_reg_copies.empty () local
860 if (!reg_dead_after_insn (cstore_dst, trace.setcc.insn))
865 "after trace.setcc.insn\n", REGNO (cstore_dst));
868 // Also check that the cstore_dst reg is not used in other reachable code
870 // Count the uses of the effective cstore_dst reg (i.e. the last known reg
875 int cstore_dst_use_count = trace_reg_uses (cstore_dst, e.cstore.insn,
882 "in %d other places\n", REGNO (cstore_dst),
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh_treg_combine.cc 850 // The cstore_dst reg must die after the test before the cbranch, otherwise
856 rtx cstore_dst = e.cstore_reg_reg_copies.empty () local
860 if (!reg_dead_after_insn (cstore_dst, trace.setcc.insn))
865 "after trace.setcc.insn\n", REGNO (cstore_dst));
868 // Also check that the cstore_dst reg is not used in other reachable code
870 // Count the uses of the effective cstore_dst reg (i.e. the last known reg
875 int cstore_dst_use_count = trace_reg_uses (cstore_dst, e.cstore.insn,
882 "in %d other places\n", REGNO (cstore_dst),
sh_treg_combine.cc 850 // The cstore_dst reg must die after the test before the cbranch, otherwise
856 rtx cstore_dst = e.cstore_reg_reg_copies.empty () local
860 if (!reg_dead_after_insn (cstore_dst, trace.setcc.insn))
865 "after trace.setcc.insn\n", REGNO (cstore_dst));
868 // Also check that the cstore_dst reg is not used in other reachable code
870 // Count the uses of the effective cstore_dst reg (i.e. the last known reg
875 int cstore_dst_use_count = trace_reg_uses (cstore_dst, e.cstore.insn,
882 "in %d other places\n", REGNO (cstore_dst),
sh_treg_combine.cc 850 // The cstore_dst reg must die after the test before the cbranch, otherwise
856 rtx cstore_dst = e.cstore_reg_reg_copies.empty () local
860 if (!reg_dead_after_insn (cstore_dst, trace.setcc.insn))
865 "after trace.setcc.insn\n", REGNO (cstore_dst));
868 // Also check that the cstore_dst reg is not used in other reachable code
870 // Count the uses of the effective cstore_dst reg (i.e. the last known reg
875 int cstore_dst_use_count = trace_reg_uses (cstore_dst, e.cstore.insn,
882 "in %d other places\n", REGNO (cstore_dst),

Completed in 50 milliseconds