Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc333 InterferenceNode* GetAlias() { in GetAlias() function in art::InterferenceNode
336 alias_ = alias_->GetAlias(); in GetAlias()
1108 DCHECK_EQ(to->GetAlias(), physical_node) << "Fixed nodes should alias the canonical fixed node"; in AddPotentialInterference()
1603 InterferenceNode* other = opportunity->node_a->GetAlias() == node in FreezeMoves()
1604 ? opportunity->node_b->GetAlias() in FreezeMoves()
1605 : opportunity->node_a->GetAlias(); in FreezeMoves()
1722 InterferenceNode* from = opportunity->node_a->GetAlias(); in Coalesce()
1723 InterferenceNode* into = opportunity->node_b->GetAlias(); in Coalesce()
1802 InterferenceNode* alias = node->GetAlias(); in ColorInterferenceGraph()
1862 LiveInterval* other_interval = opportunity->node_a->GetAlias() == node in ColorInterferenceGraph()
[all …]