Searched refs:this_compacted_count (Results 1 – 1 of 1) sorted by relevance
2334 int this_compacted_count = compacted_counts[old_ip]; in compacted_between() local2336 return target_compacted_count - this_compacted_count; in compacted_between()2385 int this_compacted_count = compacted_counts[this_old_ip]; in update_gfx4_jump_count() local2388 jump_count_compacted -= (target_compacted_count - this_compacted_count); in update_gfx4_jump_count()2574 int this_compacted_count = compacted_counts[this_old_ip]; in brw_compact_instructions() local2616 jump_count_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()2641 jump_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()