Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h327 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);
328 PhiMapValue* GetPhiMapValueFor(int virtual_register);
Dregister-allocator.cc1410 TopTierRegisterAllocationData::GetPhiMapValueFor(int virtual_register) { in GetPhiMapValueFor() function in v8::internal::compiler::TopTierRegisterAllocationData
1417 TopTierRegisterAllocationData::GetPhiMapValueFor(TopLevelLiveRange* top_range) { in GetPhiMapValueFor() function in v8::internal::compiler::TopTierRegisterAllocationData
1418 return GetPhiMapValueFor(top_range->vreg()); in GetPhiMapValueFor()
2305 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions()
3866 data()->GetPhiMapValueFor(range->TopLevel())->set_assigned_register(reg); in SetLiveRangeAssignedRegister()
4489 data()->GetPhiMapValueFor(range); in TryReuseSpillForPhi()
4685 data()->GetPhiMapValueFor(top_range)->CommitAssignment( in CommitAssignment()