Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1305 phi_map_(allocation_zone()), in TopTierRegisterAllocationData()
1403 phi_map_.insert(std::make_pair(phi->virtual_register(), map_value)); in InitializePhiMap()
1411 auto it = phi_map_.find(virtual_register); in GetPhiMapValueFor()
1412 DCHECK(it != phi_map_.end()); in GetPhiMapValueFor()
Dregister-allocator.h363 PhiMap phi_map_; variable