Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc2194 int to_vreg = UnallocatedOperand::cast(to).virtual_register(); in ProcessInstructions() local
2196 data()->GetOrCreateLiveRangeFor(to_vreg); in ProcessInstructions()
2198 phi_vreg = to_vreg; in ProcessInstructions()
2205 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions()
2208 if (live->Contains(to_vreg)) { in ProcessInstructions()
2211 live->Remove(to_vreg); in ProcessInstructions()