1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/AST
Dan Klishch 12072dbac5 JSSpecCompiler: Add control flow graph simplification pass
It removes empty `BasicBlock`s with an unconditional jump continuation
and then removes unreferenced blocks from the graph.
2024-01-04 12:06:56 -07:00
..
AST.cpp JSSpecCompiler: Add control flow graph simplification pass 2024-01-04 12:06:56 -07:00
AST.h JSSpecCompiler: Add control flow graph simplification pass 2024-01-04 12:06:56 -07:00
ASTPrinting.cpp JSSpecCompiler: Add control flow building pass 2023-12-14 09:06:05 -07:00