Searched refs:scheduling_graph_ (Results 1 – 2 of 2) sorted by relevance
551 scheduling_graph_.SetHeapLocationCollector(lsa.GetHeapLocationCollector()); in Schedule()565 scheduling_graph_.Clear(); in Schedule()572 SchedulingNode* node = scheduling_graph_.AddNode(instruction, IsSchedulingBarrier(instruction)); in Schedule()577 if (scheduling_graph_.Size() <= 1) { in Schedule()578 scheduling_graph_.Clear(); in Schedule()601 Schedule(selector_->PopHighestPriorityNode(&candidates_, scheduling_graph_)); in Schedule()610 scheduling_graph_.DumpAsDotGraph(description.str(), initial_candidates); in Schedule()
444 scheduling_graph_(this, allocator), in HScheduler()486 SchedulingGraph scheduling_graph_; variable