Searched refs:this_loop (Results 1 – 2 of 2) sorted by relevance
2770 struct loop *this_loop = uid_loop[INSN_UID (insn)]; local2782 mark_loop_jump (PATTERN (insn), this_loop);2785 if (this_loop2790 != this_loop)))2819 if (outer_loop == this_loop)2827 && uid_loop[INSN_UID (JUMP_LABEL (p))] != this_loop)2828 outer_loop = this_loop;2944 for (q = 0, r = this_loop->exit_labels;2953 this_loop->exit_labels = LABEL_NEXTREF (r);2957 for (loop = this_loop; loop && loop != target_loop;[all …]
9767 (find_and_verify_loops): Rename this_loop to this_loop_num.