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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 171 another (has_dependence_p, moveup_expr); find out whether an insn can be
420 /* Called on the backward stage of recursion to do moveup_expr.
2022 /* True when a conflict on a target register was found during moveup_expr. */
2140 moveup_expr (expr_t expr, insn_t through_insn, bool inside_insn_group,
2352 code for moveup_expr. */
2415 if successful. Write to RES the resulting code for moveup_expr. */
2519 /* Same as moveup_expr, but first looks up the result of
2549 /* Invoke moveup_expr and record the results. */
2560 res = moveup_expr (expr, insn, inside_insn_group,
6159 /* Called on the backward stage of recursion to call moveup_expr for ins
2132 moveup_expr (expr_t expr, insn_t through_insn, bool inside_insn_group, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 171 another (has_dependence_p, moveup_expr); find out whether an insn can be
420 /* Called on the backward stage of recursion to do moveup_expr.
2014 /* True when a conflict on a target register was found during moveup_expr. */
2132 moveup_expr (expr_t expr, insn_t through_insn, bool inside_insn_group,
2344 code for moveup_expr. */
2407 if successful. Write to RES the resulting code for moveup_expr. */
2511 /* Same as moveup_expr, but first looks up the result of
2541 /* Invoke moveup_expr and record the results. */
2552 res = moveup_expr (expr, insn, inside_insn_group,
6151 /* Called on the backward stage of recursion to call moveup_expr for ins
2124 moveup_expr (expr_t expr, insn_t through_insn, bool inside_insn_group, function
    [all...]

Completed in 34 milliseconds