HomeSort by relevance Sort by last modified time
    Searched refs:IsRedundant (Results 1 - 14 of 14) sorted by null

  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 82 if (!move.IsRedundant()) moves_.Add(move);
104 ASSERT(!moves_[index].IsRedundant());
lithium-arm.cc 139 bool LGap::IsRedundant() const {
141 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
454 if (label->IsRedundant() &&
461 if (!gap->IsRedundant()) {
    [all...]
lithium-arm.h 337 bool IsRedundant() const;
    [all...]
  /external/v8/src/
lithium.cc 123 bool LParallelMove::IsRedundant() const {
125 if (!move_operands_[i].IsRedundant()) return false;
lithium.h 233 bool IsRedundant() const {
393 bool IsRedundant() const;
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 83 if (!move.IsRedundant()) moves_.Add(move);
105 ASSERT(!moves_[index].IsRedundant());
lithium-mips.cc 139 bool LGap::IsRedundant() const {
141 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
454 if (label->IsRedundant() &&
461 if (!gap->IsRedundant()) {
    [all...]
lithium-mips.h 336 bool IsRedundant() const;
    [all...]
  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 77 if (!move.IsRedundant()) moves_.Add(move);
92 ASSERT(!moves_[index].IsRedundant());
lithium-x64.cc 141 bool LGap::IsRedundant() const {
143 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
396 if (label->IsRedundant() &&
403 if (!gap->IsRedundant()) {
    [all...]
lithium-x64.h 338 bool IsRedundant() const;
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 82 if (!move.IsRedundant()) AddMove(move);
97 ASSERT(!moves_[index].IsRedundant());
lithium-ia32.cc 136 bool LGap::IsRedundant() const {
138 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
398 if (label->IsRedundant() &&
405 if (!gap->IsRedundant()) {
    [all...]
lithium-ia32.h 329 bool IsRedundant() const;
    [all...]

Completed in 294 milliseconds