Searched refs:target_compacted_count (Results 1 – 1 of 1) sorted by relevance
2335 int target_compacted_count = compacted_counts[old_target_ip]; in compacted_between() local2336 return target_compacted_count - this_compacted_count; in compacted_between()2386 int target_compacted_count = compacted_counts[target_old_ip]; in update_gfx4_jump_count() local2388 jump_count_compacted -= (target_compacted_count - this_compacted_count); in update_gfx4_jump_count()2615 int target_compacted_count = compacted_counts[target_old_ip]; in brw_compact_instructions() local2616 jump_count_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()2640 int target_compacted_count = compacted_counts[target_old_ip]; in brw_compact_instructions() local2641 jump_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()