Searched defs:partial_schedule (Results 1 – 1 of 1) sorted by relevance
131 struct partial_schedule struct133 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