Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmove-optimizer.cc121 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()
Dgap-resolver.cc87 if (move->IsRedundant()) { in Resolve()
136 DCHECK(!move->IsRedundant()); in PerformMove()
Dregister-allocator-verifier.cc38 if (move->IsRedundant()) continue; in VerifyAllocatedGaps()
289 if (move->IsEliminated() || move->IsRedundant()) continue; in PerformParallelMoves()
Dinstruction.cc279 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove
281 if (!move->IsRedundant()) return false; in IsRedundant()
364 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
Dinstruction.h698 bool IsRedundant() const { in NON_EXPORTED_BASE()
752 bool IsRedundant() const; in NON_EXPORTED_BASE()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp542 bool IsRedundant = false; in visitInsertValueInst() local
557 IsRedundant = true; in visitInsertValueInst()
564 if (IsRedundant) in visitInsertValueInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp543 bool IsRedundant = false; in visitInsertValueInst() local
558 IsRedundant = true; in visitInsertValueInst()
565 if (IsRedundant) in visitInsertValueInst()