Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc2055 int out_vreg = UnallocatedOperand::cast(output)->virtual_register(); in ProcessInstructions() local
2056 live->Remove(out_vreg); in ProcessInstructions()
2058 int out_vreg = ConstantOperand::cast(output)->virtual_register(); in ProcessInstructions() local
2059 live->Remove(out_vreg); in ProcessInstructions()