Home
last modified time | relevance | path

Searched refs:IsRedundant (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dlithium.cc106 bool LParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::LParallelMove
108 if (!move_operands_[i].IsRedundant()) return false; in IsRedundant()
Dlithium.h233 bool IsRedundant() const { in IsRedundant() function
395 bool IsRedundant() const;
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc83 if (!move.IsRedundant()) moves_.Add(move); in BuildInitialMoveList()
105 ASSERT(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-arm.cc143 bool LGap::IsRedundant() const { in IsRedundant() function in v8::internal::LGap
145 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { in IsRedundant()
427 label->IsRedundant() && in MarkEmptyBlocks()
434 if (!gap->IsRedundant()) { in MarkEmptyBlocks()
Dlithium-arm.h340 bool IsRedundant() const;
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc77 if (!move.IsRedundant()) moves_.Add(move); in BuildInitialMoveList()
92 ASSERT(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-x64.cc145 bool LGap::IsRedundant() const { in IsRedundant() function in v8::internal::LGap
147 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { in IsRedundant()
384 label->IsRedundant() && in MarkEmptyBlocks()
391 if (!gap->IsRedundant()) { in MarkEmptyBlocks()
Dlithium-x64.h341 bool IsRedundant() const;
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc82 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList()
97 ASSERT(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-ia32.cc145 bool LGap::IsRedundant() const { in IsRedundant() function in v8::internal::LGap
147 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { in IsRedundant()
383 label->IsRedundant() && in MarkEmptyBlocks()
390 if (!gap->IsRedundant()) { in MarkEmptyBlocks()
Dlithium-ia32.h341 bool IsRedundant() const;