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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dregister_allocate.c515 unsigned int best_optimistic_node = ~0; local in function:ra_simplify
533 best_optimistic_node = i;
539 if (!progress && best_optimistic_node != ~0U) {
543 decrement_q(g, best_optimistic_node);
544 g->stack[g->stack_count] = best_optimistic_node;
546 g->nodes[best_optimistic_node].in_stack = true;

Completed in 3 milliseconds