Searched refs:max_match (Results 1 – 2 of 2) sorted by relevance
2309 int max_match = INT_MAX; in try_head_merge_bb() local2415 if (nmatch < max_match) in try_head_merge_bb()2417 max_match = nmatch; in try_head_merge_bb()2424 if (max_match > 0 in try_head_merge_bb()2429 max_match--; in try_head_merge_bb()2430 if (max_match == 0) in try_head_merge_bb()2435 if (max_match == 0) in try_head_merge_bb()2458 for (j = 1; j < max_match; j++) in try_head_merge_bb()
2318 int max_match = INT_MAX; in try_head_merge_bb() local2429 if (nmatch < max_match) in try_head_merge_bb()2431 max_match = nmatch; in try_head_merge_bb()2438 if (max_match > 0 in try_head_merge_bb()2443 max_match--; in try_head_merge_bb()2444 if (max_match == 0) in try_head_merge_bb()2449 if (max_match == 0) in try_head_merge_bb()2472 for (j = 1; j < max_match; j++) in try_head_merge_bb()