Searched refs:current_fragP (Results 1 – 2 of 2) sorted by relevance
5727 fragS *current_fragP; local5729 for (current_fragP = fragP;5730 current_fragP;5731 current_fragP = current_fragP->fr_next)5733 if (current_fragP->tc_frag_data.is_loop_target5734 && current_fragP != current_target)5737 offset += unrelaxed_frag_min_size (current_fragP);
7423 fragS *current_fragP; in min_bytes_to_other_loop_end() local7425 for (current_fragP = fragP; in min_bytes_to_other_loop_end()7426 current_fragP; in min_bytes_to_other_loop_end()7427 current_fragP = current_fragP->fr_next) in min_bytes_to_other_loop_end()7429 if (current_fragP->tc_frag_data.is_loop_target in min_bytes_to_other_loop_end()7430 && current_fragP != current_target) in min_bytes_to_other_loop_end()7433 offset += unrelaxed_frag_min_size (current_fragP); in min_bytes_to_other_loop_end()