Home | History | Annotate | Download | only in optimizing

Lines Matching refs:register_allocator_

423         : register_allocator_(register_allocator),
505 RegisterAllocatorGraphColor* register_allocator_;
1080 ? register_allocator_->physical_fp_nodes_
1081 : register_allocator_->physical_core_nodes_;
1186 allocator_, sibling, register_allocator_->liveness_);
1264 new (allocator_) CoalesceOpportunity(a, b, kind, position, register_allocator_->liveness_);
1311 const SsaLivenessAnalysis& liveness = register_allocator_->liveness_;
1417 ? register_allocator_->physical_core_nodes_[input.reg()]
1418 : register_allocator_->physical_fp_nodes_[input.reg()];
1807 bool low_caller_save = register_allocator_->IsCallerSave(i, processing_core_regs_);
1808 bool high_caller_save = register_allocator_->IsCallerSave(i + 1, processing_core_regs_);
1825 if (!conflict_mask[i] && register_allocator_->IsCallerSave(i, processing_core_regs_)) {
1871 register_allocator_->SplitAtRegisterUses(interval);