Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc437 : register_allocator_(register_allocator), in ColoringIteration()
521 RegisterAllocatorGraphColor* register_allocator_; member in art::ColoringIteration
1102 to->GetInterval()->IsFloatingPoint() ? register_allocator_->physical_fp_nodes_ in AddPotentialInterference()
1103 : register_allocator_->physical_core_nodes_; in AddPotentialInterference()
1210 new (allocator_) InterferenceNode(sibling, register_allocator_->liveness_); in BuildInterferenceGraph()
1287 new (allocator_) CoalesceOpportunity(a, b, kind, position, register_allocator_->liveness_); in CreateCoalesceOpportunity()
1334 const SsaLivenessAnalysis& liveness = register_allocator_->liveness_; in FindCoalesceOpportunities()
1442 ? register_allocator_->physical_core_nodes_[input.reg()] in FindCoalesceOpportunities()
1443 : register_allocator_->physical_fp_nodes_[input.reg()]; in FindCoalesceOpportunities()
1832 bool low_caller_save = register_allocator_->IsCallerSave(i, processing_core_regs_); in ColorInterferenceGraph()
[all …]