Searched refs:h_i_d (Results 1 – 6 of 6) sorted by relevance
947 extern vec<haifa_insn_data_def> h_i_d;949 #define HID(INSN) (&h_i_d[INSN_UID (INSN)])
411 vec<haifa_insn_data_def> h_i_d; variable9043 int reserve = (get_max_uid () + 1 - h_i_d.length ()); in extend_h_i_d()9045 && ! h_i_d.space (reserve)) in extend_h_i_d()9047 h_i_d.safe_grow_cleared (3 * get_max_uid () / 2, true); in extend_h_i_d()9098 FOR_EACH_VEC_ELT (h_i_d, i, data) in haifa_finish_h_i_d()9114 h_i_d.release (); in haifa_finish_h_i_d()
7404 (h_i_d): Make it a vector.7623 (h_i_d): Change type to VEC (haifa_insn_data_def, heap) *.7624 (HID): New accessor macro. Rewrite h_i_d accessor macros through HID
2996 * haifa-sched.c (struct haifa_insn_data, h_i_d): New.3002 (schedule_insns): Allocate h_i_d, and not all the separate arrays.
1789 (h_i_d): Declare.
12203 * haifa-sched.c (sched_luids, h_i_d): Likewise.