Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1916 int out_vreg = UnallocatedOperand::cast(output)->virtual_register(); in ProcessInstructions() local
1917 live->Remove(out_vreg); in ProcessInstructions()
1919 int out_vreg = ConstantOperand::cast(output)->virtual_register(); in ProcessInstructions() local
1920 live->Remove(out_vreg); in ProcessInstructions()