Home | History | Annotate | Download | only in compiler

Lines Matching refs:phi_map_

1280       phi_map_(allocation_zone()),
1369 phi_map_.insert(std::make_pair(phi->virtual_register(), map_value));
1378 auto it = phi_map_.find(virtual_register);
1379 DCHECK(it != phi_map_.end());