Lines Matching defs:hwloop_info_d
28 struct GTY (()) hwloop_info_d struct
31 int loop_no;
34 hwloop_info next;
41 bitmap block_bitmap;
56 basic_block incoming_src;
57 basic_block incoming_dest;
61 basic_block head;
64 basic_block tail;
68 basic_block successor;
71 rtx last_insn;
74 rtx loop_end;
77 rtx iter_reg;
80 rtx start_label;
83 rtx end_label;
86 int length;
93 int depth;
96 bool bad;
99 bool visited;
107 bool has_call;
108 bool has_asm;
109 bool jumps_within;
110 bool jumps_outof;
114 bool iter_reg_used;
116 bool iter_reg_used_outside;
120 HARD_REG_SET regs_set_in_loop;