Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmove-optimizer.cc29 class OperandSet { class
31 explicit OperandSet(ZoneVector<InstructionOperand>* buffer) in OperandSet() function in v8::internal::compiler::__anondb3047930111::OperandSet
176 OperandSet outputs(&operand_buffer1); in RemoveClobberedDestinations()
177 OperandSet inputs(&operand_buffer2); in RemoveClobberedDestinations()
218 OperandSet dst_cant_be(&operand_buffer1); in MigrateMoves()
219 OperandSet src_cant_be(&operand_buffer2); in MigrateMoves()
433 OperandSet conflicting_srcs(&operand_buffer1); in OptimizeMerge()