Searched refs:IsRedundant (Results 1 – 7 of 7) sorted by relevance
121 if (!move->IsRedundant()) return i; in FindFirstNonEmptySlot()239 if (move->IsRedundant()) continue; in MigrateMoves()251 if (move->IsRedundant()) continue; in MigrateMoves()277 if (move->IsRedundant()) continue; in MigrateMoves()306 if (move->IsRedundant()) continue; in CompressMoves()317 if (move->IsRedundant()) continue; in CompressMoves()412 if (move->IsRedundant()) continue; in OptimizeMerge()483 if (move->IsRedundant()) continue; in OptimizeMerge()532 if (move->IsRedundant()) continue; in FinalizeMoves()
87 if (move->IsRedundant()) { in Resolve()136 DCHECK(!move->IsRedundant()); in PerformMove()
38 if (move->IsRedundant()) continue; in VerifyAllocatedGaps()289 if (move->IsEliminated() || move->IsRedundant()) continue; in PerformParallelMoves()
279 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove281 if (!move->IsRedundant()) return false; in IsRedundant()364 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
698 bool IsRedundant() const { in NON_EXPORTED_BASE()752 bool IsRedundant() const; in NON_EXPORTED_BASE()
542 bool IsRedundant = false; in visitInsertValueInst() local557 IsRedundant = true; in visitInsertValueInst()564 if (IsRedundant) in visitInsertValueInst()
543 bool IsRedundant = false; in visitInsertValueInst() local558 IsRedundant = true; in visitInsertValueInst()565 if (IsRedundant) in visitInsertValueInst()