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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 109 word. Third, we move the chosen expression to the boundary (move_op)
148 We run the move_op routine to perform the same type of code motion paths
400 move_op or find_used_regs functions. */
428 /* When processing successors in move_op we need only descend into
432 /* The routine name to print in dumps ("move_op" of "find_used_regs"). */
440 /* Set of hooks for performing move_op and find_used_regs routines with
512 /* Vector to store temporary nops inserted in move_op to prevent removal
551 static bool move_op (insn_t, av_set_t, expr_t, rtx, expr_t, bool*);
1835 this move_op () will allocate an ALAT entry so that the
3204 /* Helper for move_op () and find_used_regs ()
6690 move_op (insn_t insn, av_set_t orig_ops, expr_t expr_vliw, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 109 word. Third, we move the chosen expression to the boundary (move_op)
148 We run the move_op routine to perform the same type of code motion paths
400 move_op or find_used_regs functions. */
428 /* When processing successors in move_op we need only descend into
432 /* The routine name to print in dumps ("move_op" of "find_used_regs"). */
440 /* Set of hooks for performing move_op and find_used_regs routines with
512 /* Vector to store temporary nops inserted in move_op to prevent removal
551 static bool move_op (insn_t, av_set_t, expr_t, rtx, expr_t, bool*);
1827 this move_op () will allocate an ALAT entry so that the
3196 /* Helper for move_op () and find_used_regs ()
6682 move_op (insn_t insn, av_set_t orig_ops, expr_t expr_vliw, function
    [all...]

Completed in 29 milliseconds