ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Compiler
Dan Klishch 5338cdd153 JSSpecCompiler: Add bare-bones DCE pass
Right now the only dead code it eliminates is the unused phi nodes.
2024-01-14 16:05:51 -07:00
..
Passes JSSpecCompiler: Add bare-bones DCE pass 2024-01-14 16:05:51 -07:00
CompilerPass.cpp JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
CompilerPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
ControlFlowGraph.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
ControlFlowGraph.h JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
EnableGraphPointers.h JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
GenericASTPass.cpp JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
GenericASTPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
StronglyConnectedComponents.h JSSpecCompiler: Add bare-bones DCE pass 2024-01-14 16:05:51 -07:00