Home
last modified time | relevance | path

Searched refs:scheduling_graph_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dscheduler.cc372 scheduling_graph_.Clear(); in Schedule()
375 SchedulingNode* node = scheduling_graph_.AddNode(instruction, IsSchedulingBarrier(instruction)); in Schedule()
380 if (scheduling_graph_.Size() <= 1) { in Schedule()
381 scheduling_graph_.Clear(); in Schedule()
404 Schedule(selector_->PopHighestPriorityNode(&candidates_, scheduling_graph_)); in Schedule()
413 scheduling_graph_.DumpAsDotGraph(description.str(), initial_candidates); in Schedule()
Dscheduler.h418 scheduling_graph_(this, arena), in HScheduler()
455 SchedulingGraph scheduling_graph_; variable