Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/
H A Dabtest.py100 def check_sanity(choices, perform_test): argument
103 res_a = perform_test(all_a)
110 res_b = perform_test(all_b)
125 res = perform_test(picks)
131 def check_bisect(choices, perform_test): argument
152 res = perform_test(picks)
294 def perform_test(picks): function
320 return perform_test, choices
360 def perform_test(picks): function
365 return perform_test, choices
[all …]