Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc2188 int to_vreg = UnallocatedOperand::cast(to).virtual_register(); in ProcessInstructions() local
2190 data()->GetOrCreateLiveRangeFor(to_vreg); in ProcessInstructions()
2192 phi_vreg = to_vreg; in ProcessInstructions()
2199 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions()
2202 if (live->Contains(to_vreg)) { in ProcessInstructions()
2205 live->Remove(to_vreg); in ProcessInstructions()