Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc2146 int out_vreg = UnallocatedOperand::cast(output)->virtual_register(); in ProcessInstructions() local
2147 live->Remove(out_vreg); in ProcessInstructions()
2149 int out_vreg = ConstantOperand::cast(output)->virtual_register(); in ProcessInstructions() local
2150 live->Remove(out_vreg); in ProcessInstructions()