Searched refs:GetPhiMapValueFor (Results 1 – 3 of 3) sorted by relevance
28 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()
818 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);819 PhiMapValue* GetPhiMapValueFor(int virtual_register);
1376 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData1384 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData1386 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()