Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Djump-threading.cc87 if (!instr->AreMovesRedundant()) { in ComputeForwarding()
Dinstruction.cc366 bool Instruction::AreMovesRedundant() const { in AreMovesRedundant() function in v8::internal::compiler::Instruction
Dcode-generator.cc794 if (instr->IsNop() && instr->AreMovesRedundant()) return; in AssembleSourcePosition()
Dinstruction.h1013 bool AreMovesRedundant() const;