Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/
Dupdate_mca_test_checks.py203 def _align_matching_blocks(all_blocks, farthest_indexes): argument
237 if index > farthest_indexes[block]:
238 farthest_indexes[block] = index
252 while(index < farthest_indexes[block]):
298 farthest_indexes = defaultdict(int)
320 made_changes = _align_matching_blocks(all_blocks, farthest_indexes)