Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc118 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()
Dgap-resolver.cc99 if (move->IsRedundant()) { in Resolve()
160 DCHECK(!move->IsRedundant()); in PerformMove()
Dinstruction.cc293 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove
295 if (!move->IsRedundant()) return false; in IsRedundant()
369 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
Dregister-allocator-verifier.cc38 if (move->IsRedundant()) continue; in VerifyAllocatedGaps()
294 if (move->IsEliminated() || move->IsRedundant()) continue; in PerformParallelMoves()
Dinstruction.h760 bool IsRedundant() const { in NON_EXPORTED_BASE()
806 bool IsRedundant() const; in NON_EXPORTED_BASE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp698 bool IsRedundant = false; in visitInsertValueInst() local
713 IsRedundant = true; in visitInsertValueInst()
720 if (IsRedundant) in visitInsertValueInst()