Searched refs:IsRedundant (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc82 if (!move.IsRedundant()) moves_.Add(move);
104 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-arm.cc139 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
141 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
454 if (label->IsRedundant() &&
461 if (!gap->IsRedundant()) {
H A Dlithium-arm.h337 bool IsRedundant() const;
/external/v8/src/
H A Dlithium.cc123 bool LParallelMove::IsRedundant() const { function in class:v8::internal::LParallelMove
125 if (!move_operands_[i].IsRedundant()) return false;
H A Dlithium.h233 bool IsRedundant() const { function in class:v8::internal::BASE_EMBEDDED
393 bool IsRedundant() const;
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc83 if (!move.IsRedundant()) moves_.Add(move);
105 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-mips.cc139 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
141 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
454 if (label->IsRedundant() &&
461 if (!gap->IsRedundant()) {
H A Dlithium-mips.h336 bool IsRedundant() const;
/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc77 if (!move.IsRedundant()) moves_.Add(move);
92 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-x64.cc141 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
143 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
396 if (label->IsRedundant() &&
403 if (!gap->IsRedundant()) {
H A Dlithium-x64.h338 bool IsRedundant() const;
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc82 if (!move.IsRedundant()) AddMove(move);
97 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-ia32.cc136 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
138 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
398 if (label->IsRedundant() &&
405 if (!gap->IsRedundant()) {
H A Dlithium-ia32.h329 bool IsRedundant() const;

Completed in 148 milliseconds