Home
last modified time | relevance | path

Searched refs:cfg_optimization_test (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_peepholer.py965 def cfg_optimization_test(self, insts, expected_insts, member in DirectCfgOptimizerTests
997 self.cfg_optimization_test(insts,
1019 self.cfg_optimization_test(insts,
1039 self.cfg_optimization_test(insts, expected, consts=list(range(5)))
1055 self.cfg_optimization_test(insts, expected_insts, consts=list(range(5)))
1071 self.cfg_optimization_test(insts, expected_insts, consts=list(range(5)))
1094 self.cfg_optimization_test(insts, expected_insts, consts=list(range(3)), nlocals=1)
1115 self.cfg_optimization_test(insts, expected_insts, consts=list(range(3)), nlocals=1)
1137 self.cfg_optimization_test(insts, expected_insts, consts=list(range(3)), nlocals=1)
1164 self.cfg_optimization_test(insts, expected_insts, consts=list(range(5)))
[all …]