Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDmodulo-sched.c131 struct partial_schedule struct
133 int ii; /* Number of rows in the partial schedule. */
134 int history; /* Threshold for conflict checking using DFA. */
160 static partial_schedule_ptr create_partial_schedule (int ii, ddg_ptr, int history); argument