Home
last modified time | relevance | path

Searched refs:moveup_expr_cached (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c2506 moveup_expr_cached (expr_t expr, insn_t insn, bool inside_insn_group) in moveup_expr_cached() function
2604 switch (moveup_expr_cached (expr, insn, inside_insn_group)) in moveup_set_expr()
2657 res = (moveup_expr_cached (tmp, ILIST_INSN (path), true) in equal_after_moveup_path_p()
3616 if (moveup_expr_cached (expr, sparams->failed_insn, false) != MOVEUP_EXPR_NULL) in av_set_could_be_blocked_by_bookkeeping_p()
6149 res = moveup_expr_cached (sparams->c_expr, insn, false); in move_op_ascend()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc2506 moveup_expr_cached (expr_t expr, insn_t insn, bool inside_insn_group) in moveup_expr_cached() function
2604 switch (moveup_expr_cached (expr, insn, inside_insn_group)) in moveup_set_expr()
2657 res = (moveup_expr_cached (tmp, ILIST_INSN (path), true) in equal_after_moveup_path_p()
3616 if (moveup_expr_cached (expr, sparams->failed_insn, false) != MOVEUP_EXPR_NULL) in av_set_could_be_blocked_by_bookkeeping_p()
6149 res = moveup_expr_cached (sparams->c_expr, insn, false); in move_op_ascend()
H A DChangeLog-200911343 (moveup_expr_cached): Don't use cache for debug insns that
H A DChangeLog-201737285 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head