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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 5229 bool b, should_move;
5244 get_dest_from_orig_ops (expr_seq), c_expr, &should_move);
5272 return should_move;
5437 bool should_move;
5456 should_move = move_exprs_to_boundary (bnd, expr_vliw, expr_seq, c_expr);
5469 should_move = false;
5471 if (should_move)
6696 Set *SHOULD_MOVE to indicate whether we have only disconnected
6703 rtx dest, expr_t c_expr, bool *should_move)
6729 *should_move = (sparams.uid == -1)
5217 bool b, should_move; local
5425 bool should_move; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 5221 bool b, should_move;
5236 get_dest_from_orig_ops (expr_seq), c_expr, &should_move);
5264 return should_move;
5429 bool should_move;
5448 should_move = move_exprs_to_boundary (bnd, expr_vliw, expr_seq, c_expr);
5461 should_move = false;
5463 if (should_move)
6688 Set *SHOULD_MOVE to indicate whether we have only disconnected
6695 rtx dest, expr_t c_expr, bool *should_move)
6721 *should_move = (sparams.uid == -1)
5209 bool b, should_move; local
5417 bool should_move; local
    [all...]

Completed in 37 milliseconds