Home
last modified time | relevance | path

Searched defs:partial_schedule (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dmodulo-sched.c164 struct partial_schedule struct
166 int ii; /* Number of rows in the partial schedule. */
167 int history; /* Threshold for conflict checking using DFA. */
170 ps_insn_ptr *rows;
194 static partial_schedule_ptr create_partial_schedule (int ii, ddg_ptr, int history); argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmodulo-sched.c172 struct partial_schedule struct
174 int ii; /* Number of rows in the partial schedule. */
175 int history; /* Threshold for conflict checking using DFA. */
178 ps_insn_ptr *rows;
202 static partial_schedule_ptr create_partial_schedule (int ii, ddg_ptr, int history); argument