Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc152 kSimplifyWorklist, // Marks non-move-related nodes with degree less than the number of registers. enumerator
1477 node->stage = NodeStage::kSimplifyWorklist; in PruneInterferenceGraph()
1501 DCHECK_EQ(node->stage, NodeStage::kSimplifyWorklist) << "Cannot move from simplify list"; in PruneInterferenceGraph()
1579 adj->stage = NodeStage::kSimplifyWorklist; in PruneNode()
1590 node->stage = NodeStage::kSimplifyWorklist; in CheckTransitionFromFreezeWorklist()