Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1813 int phi_vreg = phi->virtual_register(); in ResolvePhis() local
1829 TopLevelLiveRange* live_range = data()->GetOrCreateLiveRangeFor(phi_vreg); in ResolvePhis()
2186 int phi_vreg = -1; in ProcessInstructions() local
2192 phi_vreg = to_vreg; in ProcessInstructions()
2228 if (phi_vreg != -1) ResolvePhiHint(&from, from_use); in ProcessInstructions()
2239 int phi_vreg = phi->virtual_register(); in ProcessPhis() local
2240 live->Remove(phi_vreg); in ProcessPhis()
2279 UnallocatedOperand::cast(to).virtual_register() == phi_vreg) { in ProcessPhis()