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

/haiku-buildtools/gcc/gcc/
H A Dsched-deps.c512 static void sched_analyze_1 (struct deps_desc *, rtx, rtx_insn *);
2416 sched_analyze_1 (struct deps_desc *deps, rtx x, rtx_insn *insn)
2437 sched_analyze_1 (deps,
2829 instructions. Thus we need to pass them to both sched_analyze_1
2833 sched_analyze_1 (deps, x, insn);
2845 sched_analyze_1 (deps, x, insn);
2979 sched_analyze_1 (deps, x, insn);
3002 sched_analyze_1 (deps, sub, insn);
3016 sched_analyze_1 (deps, XEXP (link, 0), insn);
2407 sched_analyze_1 (struct deps_desc *deps, rtx x, rtx_insn *insn) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c327 static void sched_analyze_1 PROTO((rtx, rtx));
1139 sched_analyze_1 (x, insn)
1470 instructions. Thus we need to pass them to both sched_analyze_1
1474 sched_analyze_1 (x, insn);
1506 sched_analyze_1 (x, insn);
1514 sched_analyze_1 (XVECEXP (x, 0, i), insn);
1527 sched_analyze_1 (XEXP (link, 0), insn);
1133 sched_analyze_1 (x, insn) function
H A Dhaifa-sched.c440 static void sched_analyze_1 PROTO ((rtx, rtx));
3316 sched_analyze_1 (x, insn)
3332 sched_analyze_1 (XVECEXP (dest, 0, i), insn);
3702 instructions. Thus we need to pass them to both sched_analyze_1
3706 sched_analyze_1 (x, insn);
3738 sched_analyze_1 (x, insn);
3746 sched_analyze_1 (XVECEXP (x, 0, i), insn);
3759 sched_analyze_1 (XEXP (link, 0), insn);
3310 sched_analyze_1 (x, insn) function

Completed in 86 milliseconds