Searched refs:sched_analyze (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-ebb.c508 sched_analyze (&tmp_deps, head, tail);
H A Dddg.c448 /* Build the dependence information, using the sched_analyze function. */
454 sched_analyze (&tmp_deps, head, tail);
H A Dsched-int.h458 /* Describe state of dependencies used during sched_analyze phase. */
1332 must be 0 if the dependency information is used after sched_analyze
1355 extern void sched_analyze (class deps_desc *, rtx_insn *, rtx_insn *);
H A Dsched-rgn.c2714 scanned by sched_analyze () top-to-bottom. Three lists are
2715 maintained by sched_analyze (): reg_last[].sets for register DEFs,
2739 sched_analyze (&tmp_deps, head, tail);
H A Dsched-deps.c3832 sched_analyze (class deps_desc *deps, rtx_insn *head, rtx_insn *tail)
3823 sched_analyze (class deps_desc *deps, rtx_insn *head, rtx_insn *tail) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-ebb.cc508 sched_analyze (&tmp_deps, head, tail);
H A Dsched-int.h458 /* Describe state of dependencies used during sched_analyze phase. */
1332 must be 0 if the dependency information is used after sched_analyze
1355 extern void sched_analyze (class deps_desc *, rtx_insn *, rtx_insn *);
H A Dddg.cc448 /* Build the dependence information, using the sched_analyze function. */
454 sched_analyze (&tmp_deps, head, tail);
H A Dsched-rgn.cc2710 scanned by sched_analyze () top-to-bottom. Three lists are
2711 maintained by sched_analyze (): reg_last[].sets for register DEFs,
2735 sched_analyze (&tmp_deps, head, tail);
H A Dsched-deps.cc3817 sched_analyze (class deps_desc *deps, rtx_insn *head, rtx_insn *tail)
3808 sched_analyze (class deps_desc *deps, rtx_insn *head, rtx_insn *tail) function

Completed in 311 milliseconds