Searched refs:IsRedundant (Results 1 – 6 of 6) sorted by relevance
118 if (!move->IsRedundant()) return i; in FindFirstNonEmptySlot()236 if (move->IsRedundant()) continue; in MigrateMoves()248 if (move->IsRedundant()) continue; in MigrateMoves()274 if (move->IsRedundant()) continue; in MigrateMoves()303 if (move->IsRedundant()) continue; in CompressMoves()314 if (move->IsRedundant()) continue; in CompressMoves()407 if (move->IsRedundant()) continue; in OptimizeMerge()478 if (move->IsRedundant()) continue; in OptimizeMerge()524 if (move->IsRedundant()) continue; in FinalizeMoves()
99 if (move->IsRedundant()) { in Resolve()160 DCHECK(!move->IsRedundant()); in PerformMove()
293 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove295 if (!move->IsRedundant()) return false; in IsRedundant()369 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
38 if (move->IsRedundant()) continue; in VerifyAllocatedGaps()294 if (move->IsEliminated() || move->IsRedundant()) continue; in PerformParallelMoves()
760 bool IsRedundant() const { in NON_EXPORTED_BASE()806 bool IsRedundant() const; in NON_EXPORTED_BASE()
698 bool IsRedundant = false; in visitInsertValueInst() local713 IsRedundant = true; in visitInsertValueInst()720 if (IsRedundant) in visitInsertValueInst()