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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c1908 int early_start, late_start;
1927 early_start = INT_MIN;
1945 /* Calculate early_start and limit end. Both bounds are inclusive. */
1965 early_start = MAX (early_start, earliest);
2006 start, early_start, late_start, end, "",
2011 if (early_start == INT_MIN && late_start == INT_MAX)
2012 early_start = NODE_ASAP (u_node);
2013 else if (early_start == INT_MIN)
2014 early_start
1905 int early_start, late_start; local
[all...]

Completed in 55 milliseconds