Пример #1
0
 def test_parse_isntcounts_empty(self):
     self._test({}, llvm.parse_instcounts(""))
Пример #2
0
 def test_parse_isntcounts_empty(self):
     self._test({},
                llvm.parse_instcounts(""))
Пример #3
0
 def test_parse_isntcounts(self):
     self._test(
         self.stencil_gaussian_kernel_ic_json,
         llvm.parse_instcounts(self.stencil_gaussian_kernel_ic),
     )
Пример #4
0
 def test_parse_isntcounts(self):
     self._test(self.stencil_gaussian_kernel_ic_json,
                llvm.parse_instcounts(self.stencil_gaussian_kernel_ic))