Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc447 coalesce_worklist_(CoalesceOpportunity::CmpPriority, in ColoringIteration()
554 decltype(&CoalesceOpportunity::CmpPriority)> coalesce_worklist_; member in art::ColoringIteration
1290 coalesce_worklist_.push(opportunity); in CreateCoalesceOpportunity()
1298 DCHECK(coalesce_worklist_.empty()); in FindCoalesceOpportunities()
1505 } else if (!coalesce_worklist_.empty()) { in PruneInterferenceGraph()
1507 CoalesceOpportunity* opportunity = coalesce_worklist_.top(); in PruneInterferenceGraph()
1508 coalesce_worklist_.pop(); in PruneInterferenceGraph()
1544 coalesce_worklist_.push(opportunity); in EnableCoalesceOpportunities()