Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djump-threading.cc80 if (!instr->AreMovesRedundant()) { in ComputeForwarding()
Dcode-generator.cc485 if (instr->IsNop() && instr->AreMovesRedundant()) return; in AssembleSourcePosition()
Dinstruction.cc349 bool Instruction::AreMovesRedundant() const { in AreMovesRedundant() function in v8::internal::compiler::Instruction
Dinstruction.h940 bool AreMovesRedundant() const;