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

  /src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc 229 /* Cached cost of the instruction. Use insn_sched_cost to get cost of the
1395 insn_sched_cost (rtx_insn *insn)
1482 cost = insn_sched_cost (insn);
1624 /* ??? We should set INSN_PRIORITY to insn_sched_cost when and insn
1628 this_priority = insn_sched_cost (insn);
1699 this_priority = insn_sched_cost (insn);
1387 insn_sched_cost (rtx_insn *insn) function
  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 229 /* Cached cost of the instruction. Use insn_sched_cost to get cost of the
1395 insn_sched_cost (rtx_insn *insn)
1482 cost = insn_sched_cost (insn);
1620 /* ??? We should set INSN_PRIORITY to insn_sched_cost when and insn
1624 this_priority = insn_sched_cost (insn);
1695 this_priority = insn_sched_cost (insn);
1387 insn_sched_cost (rtx_insn *insn) function

Completed in 83 milliseconds