Searched refs:input_topo_index (Results 1 – 1 of 1) sorted by relevance
600 std::vector<int> input_topo_index; in SchedulingPass() local606 input_topo_index.push_back(topo_order.at(node)); in SchedulingPass()615 const int current = input_topo_index[i]; in SchedulingPass()629 if (input_topo_index[i] < min_input_topo_index) { in SchedulingPass()