Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.cc504 phi_map_(zone), in BlockMaps()
516 auto it = phi_map_.find(virtual_register); in GetPhi()
517 CHECK(it != phi_map_.end()); in GetPhi()
649 phi_map_.insert(std::make_pair(phi->virtual_register(), phi_data)); in InitializePhis()
665 PhiMap phi_map_; member in v8::internal::compiler::RegisterAllocatorVerifier::BlockMaps
Dregister-allocator.cc1280 phi_map_(allocation_zone()), in RegisterAllocationData()
1369 phi_map_.insert(std::make_pair(phi->virtual_register(), map_value)); in InitializePhiMap()
1378 auto it = phi_map_.find(virtual_register); in GetPhiMapValueFor()
1379 DCHECK(it != phi_map_.end()); in GetPhiMapValueFor()
Dregister-allocator.h834 PhiMap phi_map_; variable