Lines Matching defs:hwloop_info_d
29 struct GTY (()) hwloop_info_d struct
32 int loop_no;
35 hwloop_info next;
39 vec<basic_block> blocks;
42 bitmap block_bitmap;
46 vec<hwloop_info> loops;
49 vec<edge, va_gc> *incoming;
57 basic_block incoming_src;
58 basic_block incoming_dest;
62 basic_block head;
65 basic_block tail;
69 basic_block successor;
72 rtx_insn *last_insn;
75 rtx_insn *loop_end;
78 rtx iter_reg;
81 rtx_insn *start_label;
84 rtx end_label;
87 int length;
94 int depth;
97 bool bad;
100 bool visited;
108 bool has_call;
109 bool has_asm;
110 bool jumps_within;
111 bool jumps_outof;
115 bool iter_reg_used;
117 bool iter_reg_used_outside;
121 HARD_REG_SET regs_set_in_loop;