Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgreedy-allocator.cc28 data->GetPhiMapValueFor(range->TopLevel())->set_assigned_register(reg_id); in UpdateOperands()
36 data->GetPhiMapValueFor(range->TopLevel())->UnsetAssignedRegister(); in UnsetOperands()
146 for (int j : data()->GetPhiMapValueFor(range)->phi()->operands()) { in GroupLiveRanges()
Dregister-allocator.h818 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);
819 PhiMapValue* GetPhiMapValueFor(int virtual_register);
Dregister-allocator.cc1376 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData
1384 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData
1386 return GetPhiMapValueFor(top_range->vreg()); in GetPhiMapValueFor()
2033 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions()
2500 data()->GetPhiMapValueFor(range->TopLevel())->set_assigned_register(reg); in SetLiveRangeAssignedRegister()
2824 data()->GetPhiMapValueFor(range); in TryReuseSpillForPhi()
3018 data()->GetPhiMapValueFor(top_range)->CommitAssignment( in CommitAssignment()