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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 1579 av_set_t orig_ops = NULL;
1587 /* Put in ORIG_OPS all exprs from this boundary that became
1589 orig_ops = find_sequential_best_exprs (bnd, expr, false);
1592 res = find_used_regs (BND_TO (bnd), orig_ops, used_regs,
1597 av_set_clear (&orig_ops);
3230 while moving ORIG_OPS up on the path starting from INSN due to
3246 that are not available for storing expres while moving ORIG_OPS up on the
3267 find_used_regs (insn_t insn, av_set_t orig_ops, regset used_regs,
3290 res = code_motion_path_driver (insn, orig_ops, NULL, &lparams, &sparams);
3302 FOR_EACH_EXPR (expr, expr_iter, orig_ops)
1573 av_set_t orig_ops = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 1579 av_set_t orig_ops = NULL;
1587 /* Put in ORIG_OPS all exprs from this boundary that became
1589 orig_ops = find_sequential_best_exprs (bnd, expr, false);
1592 res = find_used_regs (BND_TO (bnd), orig_ops, used_regs,
1597 av_set_clear (&orig_ops);
3222 while moving ORIG_OPS up on the path starting from INSN due to
3238 that are not available for storing expres while moving ORIG_OPS up on the
3259 find_used_regs (insn_t insn, av_set_t orig_ops, regset used_regs,
3282 res = code_motion_path_driver (insn, orig_ops, NULL, &lparams, &sparams);
3294 FOR_EACH_EXPR (expr, expr_iter, orig_ops)
1573 av_set_t orig_ops = NULL; local
    [all...]

Completed in 28 milliseconds