MCPcopy Index your code
hub / github.com/python/mypy / do_optimizations

Method do_optimizations

mypyc/test/test_optimizations.py:60–61  ·  view source on GitHub ↗
(self, fn: FuncIR)

Source from the content-addressed store, hash-verified

58 files = ["opt-copy-propagation.test"]
59
60 def do_optimizations(self, fn: FuncIR) -> None:
61 do_copy_propagation(fn, CompilerOptions(strict_traceback_checks=True))
62
63
64class TestFlagElimination(OptimizationSuite):

Callers

nothing calls this directly

Calls 2

do_copy_propagationFunction · 0.90
CompilerOptionsClass · 0.90

Tested by

no test coverage detected