Searched refs:initial_candidates (Results 1 – 2 of 2) sorted by relevance
442 const ScopedArenaVector<SchedulingNode*>& initial_candidates) { in DumpAsDotGraph() argument455 for (SchedulingNode* node : initial_candidates) { in DumpAsDotGraph()593 ScopedArenaVector<SchedulingNode*> initial_candidates(allocator_->Adapter(kArenaAllocScheduler)); in Schedule() local596 initial_candidates.assign(candidates_.begin(), candidates_.end()); in Schedule()610 scheduling_graph_.DumpAsDotGraph(description.str(), initial_candidates); in Schedule()
303 const ScopedArenaVector<SchedulingNode*>& initial_candidates);