IsRedundant 136 src/arm/lithium-arm.cc if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { IsRedundant 323 src/arm/lithium-arm.h bool IsRedundant() const; IsRedundant 82 src/arm/lithium-gap-resolver-arm.cc if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); IsRedundant 104 src/arm/lithium-gap-resolver-arm.cc ASSERT(!moves_[index].IsRedundant()); IsRedundant 82 src/ia32/lithium-gap-resolver-ia32.cc if (!move.IsRedundant()) AddMove(move); IsRedundant 97 src/ia32/lithium-gap-resolver-ia32.cc ASSERT(!moves_[index].IsRedundant()); IsRedundant 138 src/ia32/lithium-ia32.cc if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { IsRedundant 318 src/ia32/lithium-ia32.h bool IsRedundant() const; IsRedundant 148 src/lithium.cc if (!move_operands_[i].IsRedundant()) return false; IsRedundant 293 src/lithium.cc if (label->IsRedundant() && IsRedundant 300 src/lithium.cc if (!gap->IsRedundant()) { IsRedundant 240 src/lithium.h bool IsRedundant() const { IsRedundant 405 src/lithium.h bool IsRedundant() const; IsRedundant 83 src/mips/lithium-gap-resolver-mips.cc if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); IsRedundant 105 src/mips/lithium-gap-resolver-mips.cc ASSERT(!moves_[index].IsRedundant()); IsRedundant 136 src/mips/lithium-mips.cc if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { IsRedundant 322 src/mips/lithium-mips.h bool IsRedundant() const; IsRedundant 77 src/x64/lithium-gap-resolver-x64.cc if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); IsRedundant 92 src/x64/lithium-gap-resolver-x64.cc ASSERT(!moves_[index].IsRedundant()); IsRedundant 138 src/x64/lithium-x64.cc if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { IsRedundant 324 src/x64/lithium-x64.h bool IsRedundant() const;