Searched refs:SUCCS_NORMAL (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h1211 #define SUCCS_NORMAL (1)
1224 #define SUCCS_ALL (SUCCS_NORMAL | SUCCS_BACK | SUCCS_OUT)
1272 the next insn immediately, but only when SUCCS_NORMAL is set. */
1273 if (*succp != NULL || (ip->flags & SUCCS_NORMAL) == 0)
1277 ip->current_flags = SUCCS_NORMAL;
1358 gcc_assert (ip->flags != SUCCS_NORMAL
1452 ip->current_flags = SUCCS_NORMAL;
1460 return !!(flags & SUCCS_NORMAL);
1469 return !!(flags & SUCCS_NORMAL);
1486 FOR_EACH_SUCC_1 (SUCC, ITER, INSN, SUCCS_NORMAL)
1200 #define SUCCS_NORMAL macro
[all...]
H A Dsel-sched.c451 SUCCS_NORMAL successors, while in find_used_regs we need SUCCS_ALL. */
694 FOR_EACH_SUCC_1 (succ, si, insn, SUCCS_NORMAL | SUCCS_SKIP_TO_LOOP_EXITS)
2789 sinfo = compute_succs_info (insn, SUCCS_NORMAL);
5441 SUCCS_NORMAL | SUCCS_SKIP_TO_LOOP_EXITS)
5771 SUCC is one of the SUCCS_NORMAL successors of INSN,
5824 SUCC is one of the SUCCS_NORMAL successors of INSN,
6336 SUCCS_NORMAL,
6354 /* Traverse all successors of INSN. For each successor that is SUCCS_NORMAL
6403 if (succ_i.current_flags == SUCCS_NORMAL)
6802 SUCCS_NORMAL | SUCCS_SKIP_TO_LOOP_EXIT
[all...]
H A Dsel-sched-ir.c626 SUCCS_NORMAL | SUCCS_SKIP_TO_LOOP_EXITS)
757 SUCCS_NORMAL | SUCCS_SKIP_TO_LOOP_EXITS)
768 SUCCS_NORMAL | SUCCS_SKIP_TO_LOOP_EXITS)
4057 FOR_EACH_SUCC_1 (succ, si, end, SUCCS_NORMAL)
4095 SUCCS_NORMAL | SUCCS_SKIP_TO_LOOP_EXITS)

Completed in 122 milliseconds