Home
last modified time | relevance | path

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

/external/toolchain-utils/afdo_tools/bisection/
Dafdo_prof_analysis_test.py119 problem_range = analysis.range_search(
Dafdo_prof_analysis.py233 problem_range = range_search(decider, good, bad, common_funcs, lo, hi)
272 def range_search(decider, good, bad, common_funcs, lo, hi): function