Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc110 kDefunct, // Either the two nodes interfere, or have already been coalesced. enumerator
1597 if (opportunity->stage == CoalesceStage::kDefunct) { in FreezeMoves()
1701 if (opportunity->stage != CoalesceStage::kDefunct) { in Combine()
1734 opportunity->stage = CoalesceStage::kDefunct; in Coalesce()
1738 opportunity->stage = CoalesceStage::kDefunct; in Coalesce()
1744 opportunity->stage = CoalesceStage::kDefunct; in Coalesce()
1859 if (opportunity->stage == CoalesceStage::kDefunct) { in ColorInterferenceGraph()