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

12

/external/chromium_org/v8/src/
H A Dlithium.cc149 bool LParallelMove::IsRedundant() const { function in class:v8::internal::LParallelMove
151 if (!move_operands_[i].IsRedundant()) return false;
293 if (label->IsRedundant() &&
300 if (!gap->IsRedundant()) {
H A Dlithium.h299 bool IsRedundant() const { function in class:v8::internal::BASE_EMBEDDED
464 bool IsRedundant() const;
/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()) {
/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc82 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
104 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-arm.h354 bool IsRedundant() const;
389 return !IsRedundant();
H A Dlithium-arm.cc113 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
115 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc83 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
105 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-mips.h351 bool IsRedundant() const;
386 return !IsRedundant();
H A Dlithium-mips.cc113 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
115 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/chromium_org/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc77 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
92 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-x64.h352 bool IsRedundant() const;
388 return !IsRedundant();
H A Dlithium-x64.cc116 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
118 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/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()) {
/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()) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc82 if (!move.IsRedundant()) AddMove(move);
97 ASSERT(!moves_[index].IsRedundant());
H A Dlithium-ia32.h359 bool IsRedundant() const;
394 return !IsRedundant();
H A Dlithium-ia32.cc143 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
145 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {

Completed in 331 milliseconds

12