Searched refs:initial_candidates (Results 1 – 2 of 2) sorted by relevance
449 const ScopedArenaVector<SchedulingNode*>& initial_candidates) { in DumpAsDotGraph() argument462 for (SchedulingNode* node : initial_candidates) { in DumpAsDotGraph()606 ScopedArenaVector<SchedulingNode*> initial_candidates(allocator.Adapter(kArenaAllocScheduler)); in Schedule() local609 initial_candidates.assign(candidates.begin(), candidates.end()); in Schedule()625 scheduling_graph.DumpAsDotGraph(description.str(), initial_candidates); in Schedule()
356 const ScopedArenaVector<SchedulingNode*>& initial_candidates);