Home
last modified time | relevance | path

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

123

/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A 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()
H A Dgap-resolver.cc99 if (move->IsRedundant()) { in Resolve()
159 DCHECK(!move->IsRedundant()); in PerformMove()
H A Dinstruction.cc285 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove
287 if (!move->IsRedundant()) return false; in IsRedundant()
361 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
H A Dregister-allocator-verifier.cc38 if (move->IsRedundant()) continue; in VerifyAllocatedGaps()
294 if (move->IsEliminated() || move->IsRedundant()) continue; in PerformParallelMoves()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dmove-optimizer.cc119 if (!move->IsRedundant()) return i; in FindFirstNonEmptySlot()
237 if (move->IsRedundant()) continue; in MigrateMoves()
249 if (move->IsRedundant()) continue; in MigrateMoves()
275 if (move->IsRedundant()) continue; in MigrateMoves()
304 if (move->IsRedundant()) continue; in CompressMoves()
315 if (move->IsRedundant()) continue; in CompressMoves()
408 if (move->IsRedundant()) continue; in OptimizeMerge()
479 if (move->IsRedundant()) continue; in OptimizeMerge()
525 if (move->IsRedundant()) continue; in FinalizeMoves()
H A Dgap-resolver.cc99 if (move->IsRedundant()) { in Resolve()
159 DCHECK(!move->IsRedundant()); in PerformMove()
H A Dinstruction.cc259 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove
261 if (!move->IsRedundant()) return false; in IsRedundant()
332 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dmove-optimizer.cc119 if (!move->IsRedundant()) return i; in FindFirstNonEmptySlot()
237 if (move->IsRedundant()) continue; in MigrateMoves()
249 if (move->IsRedundant()) continue; in MigrateMoves()
275 if (move->IsRedundant()) continue; in MigrateMoves()
304 if (move->IsRedundant()) continue; in CompressMoves()
315 if (move->IsRedundant()) continue; in CompressMoves()
408 if (move->IsRedundant()) continue; in OptimizeMerge()
479 if (move->IsRedundant()) continue; in OptimizeMerge()
525 if (move->IsRedundant()) continue; in FinalizeMoves()
H A Dgap-resolver.cc99 if (move->IsRedundant()) { in Resolve()
159 DCHECK(!move->IsRedundant()); in PerformMove()
H A Dinstruction.cc262 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove
264 if (!move->IsRedundant()) return false; in IsRedundant()
338 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A 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()
H A Dgap-resolver.cc87 if (move->IsRedundant()) { in Resolve()
136 DCHECK(!move->IsRedundant()); in PerformMove()
H A Dregister-allocator-verifier.cc38 if (move->IsRedundant()) continue; in VerifyAllocatedGaps()
289 if (move->IsEliminated() || move->IsRedundant()) continue; in PerformParallelMoves()
H A Dinstruction.cc277 bool ParallelMove::IsRedundant() const { in IsRedundant() function in v8::internal::compiler::ParallelMove
279 if (!move->IsRedundant()) return false; in IsRedundant()
362 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) { in AreMovesRedundant()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDPlane.h50 bool IsRedundant(list<DPoint*>& pointList);
H A DDPlane.cpp105 bool DPlane::IsRedundant(list<DPoint*>& pointList) in IsRedundant() function in DPlane
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A DDPlane.h56 bool IsRedundant( std::list<DPoint*>& pointList );
H A DDPlane.cpp104 bool DPlane::IsRedundant( std::list<DPoint*>& pointList ){ in IsRedundant() function in DPlane
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/regalloc/
H A Dmove-optimizer-unittest.cc34 if (move->IsRedundant()) continue; in NonRedundantSize()
44 if (move->IsRedundant()) continue; in Contains()
255 if (move->IsRedundant()) { in TEST_F()
H A Dregister-allocator-unittest.cc20 if (move->IsEliminated() || move->IsRedundant()) continue; in GetMoveCount()
65 if (move->IsEliminated() || move->IsRedundant()) continue; in IsParallelMovePresent()
H A Dmid-tier-register-allocator-unittest.cc20 if (move->IsEliminated() || move->IsRedundant()) continue; in GetMoveCount()
65 if (move->IsEliminated() || move->IsRedundant()) continue; in IsParallelMovePresent()
/dports/science/chrono/chrono-7.0.1/src/chrono/solver/
H A DChConstraint.h129 bool IsRedundant() const { return redundant; } in IsRedundant() function
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-gap-resolver.cc51 CHECK(!m->IsRedundant()); in ExecuteInParallel()
230 if (mo.IsRedundant()) continue; in Create()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkMask.cpp161 if (Constr_N(j).IsRedundant()) { in RestoreRedundant()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dsat_inprocessing.cc311 if (assignment_.LiteralIsFalse(l) || implication_graph_->IsRedundant(l)) { in RemoveFixedAndEquivalentVariables()
643 if (implication_graph_->IsRedundant(Literal(i))) continue; in SampleTreeAndFillParent()
662 if (implication_graph_->IsRedundant(candidate)) continue; in SampleTreeAndFillParent()
1493 if (implication_graph_->IsRedundant(lit)) { in CrossProduct()

123