Searched refs:min_input_topo_index (Results 1 – 1 of 1) sorted by relevance
608 int min_input_topo_index = INT_MAX; in SchedulingPass() local616 if (current < min_input_topo_index) { in SchedulingPass()617 min_input_topo_index = current; in SchedulingPass()629 if (input_topo_index[i] < min_input_topo_index) { in SchedulingPass()