Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/src/compiler/
Dgap-resolver.cc45 std::mem_fun_ref(&MoveOperands::IsRedundant)); in Resolve()
64 DCHECK(!move->IsRedundant()); in PerformMove()
Dinstruction.cc105 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove
107 if (!move_operands_[i].IsRedundant()) return false; in IsRedundant()
Dinstruction.h292 bool IsRedundant() const { in IsRedundant() function
355 bool IsRedundant() const; in INSTRUCTION_OPERAND_LIST()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-gap-resolver.cc22 if (!it->IsRedundant()) write(it->destination(), copy.read(it->source())); in ExecuteInParallel()
116 if (!mo.IsRedundant() && seen.find(mo.destination()) == seen.end()) { in Create()
/external/chromium_org/v8/src/
Dlithium.cc167 bool LParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::LParallelMove
169 if (!move_operands_[i].IsRedundant()) return false; in IsRedundant()
312 if (label->IsRedundant() && in MarkEmptyBlocks()
319 if (!gap->IsRedundant()) { in MarkEmptyBlocks()
Dlithium.h283 bool IsRedundant() const { in IsRedundant() function
344 bool IsRedundant() const; in LITHIUM_OPERAND_LIST()
/external/chromium_org/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc78 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); in BuildInitialMoveList()
92 DCHECK(!current_move.IsRedundant()); in PerformMove()
Dlithium-arm64.h420 bool IsRedundant() const;
455 return !IsRedundant(); in HasInterestingComment()
/external/chromium_org/v8/src/arm/
Dlithium-gap-resolver-arm.cc76 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); in BuildInitialMoveList()
98 DCHECK(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-arm.h342 bool IsRedundant() const;
377 return !IsRedundant(); in HasInterestingComment()
Dlithium-arm.cc89 bool LGap::IsRedundant() const { in IsRedundant() function in v8::internal::LGap
91 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { in IsRedundant()
/external/chromium_org/v8/src/mips/
Dlithium-gap-resolver-mips.cc60 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); in BuildInitialMoveList()
82 DCHECK(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-mips.h339 bool IsRedundant() const;
374 return !IsRedundant(); in HasInterestingComment()
Dlithium-mips.cc91 bool LGap::IsRedundant() const { in IsRedundant() function in v8::internal::LGap
93 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { in IsRedundant()
/external/chromium_org/v8/src/mips64/
Dlithium-gap-resolver-mips64.cc60 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); in BuildInitialMoveList()
82 DCHECK(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-mips64.h338 bool IsRedundant() const;
373 return !IsRedundant(); in HasInterestingComment()
Dlithium-mips64.cc91 bool LGap::IsRedundant() const { in IsRedundant() function in v8::internal::LGap
93 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { in IsRedundant()
/external/chromium_org/v8/src/x64/
Dlithium-gap-resolver-x64.cc54 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); in BuildInitialMoveList()
69 DCHECK(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-x64.h346 bool IsRedundant() const;
382 return !IsRedundant(); in HasInterestingComment()
/external/chromium_org/v8/src/x87/
Dlithium-gap-resolver-x87.cc59 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList()
74 DCHECK(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-x87.h347 bool IsRedundant() const;
382 return !IsRedundant(); in HasInterestingComment()
Dlithium-x87.cc119 bool LGap::IsRedundant() const { in IsRedundant() function in v8::internal::LGap
121 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) { in IsRedundant()
/external/chromium_org/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc59 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList()
74 DCHECK(!moves_[index].IsRedundant()); in PerformMove()
Dlithium-ia32.h342 bool IsRedundant() const;
377 return !IsRedundant(); in HasInterestingComment()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp501 bool IsRedundant = false; in visitInsertValueInst() local
516 IsRedundant = true; in visitInsertValueInst()
523 if (IsRedundant) in visitInsertValueInst()

12