Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc444 simplify_worklist_(allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()
540 ScopedArenaDeque<InterferenceNode*> simplify_worklist_; member in art::ColoringIteration
1463 && simplify_worklist_.empty() in PruneInterferenceGraph()
1478 simplify_worklist_.push_back(node); in PruneInterferenceGraph()
1495 if (!simplify_worklist_.empty()) { in PruneInterferenceGraph()
1499 InterferenceNode* node = simplify_worklist_.front(); in PruneInterferenceGraph()
1500 simplify_worklist_.pop_front(); in PruneInterferenceGraph()
1580 simplify_worklist_.push_back(adj); in PruneNode()
1591 simplify_worklist_.push_back(node); in CheckTransitionFromFreezeWorklist()