artiq/artiq/compiler/analyses
whitequark 3fbee2707b analyses.domination: consider unreachable blocks dominated by any other.
As a result, the dominator tree can now process arbitrary (reducible)
CFGs and we do not run DCE before analyses, risking loss of
correspondence to the AST, which would arbitrarily silence analyses.
2015-12-18 16:39:52 +08:00
..
__init__.py transforms.devirtualizer → analyses.devirtualization. 2015-10-09 00:29:31 +03:00
devirtualization.py compiler: explicitly represent loops in IR. 2015-12-16 15:33:26 +08:00
domination.py analyses.domination: consider unreachable blocks dominated by any other. 2015-12-18 16:39:52 +08:00