Searched refs:h_d_i_d (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-int.h971 extern vec<haifa_deps_insn_data_def> h_d_i_d;
973 #define HDID(INSN) (&h_d_i_d[INSN_LUID (INSN)])
985 #define CANT_MOVE_BY_LUID(LUID) (h_d_i_d[LUID].cant_move)
H A Dsched-deps.c50 h_d_i_d = vNULL;
4083 int reserve = (sched_max_luid + 1 - h_d_i_d.length ());
4084 if (reserve > 0 && ! h_d_i_d.space (reserve))
4085 h_d_i_d.safe_grow_cleared (3 * sched_max_luid / 2);
4169 h_d_i_d.release ();
49 h_d_i_d = vNULL; variable
H A Dsel-sched.c7299 h_d_i_d.release ();
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-int.h971 extern vec<haifa_deps_insn_data_def> h_d_i_d;
973 #define HDID(INSN) (&h_d_i_d[INSN_LUID (INSN)])
985 #define CANT_MOVE_BY_LUID(LUID) (h_d_i_d[LUID].cant_move)
H A Dsched-deps.cc50 h_d_i_d = vNULL;
4066 int reserve = (sched_max_luid + 1 - h_d_i_d.length ());
4067 if (reserve > 0 && ! h_d_i_d.space (reserve))
4068 h_d_i_d.safe_grow_cleared (3 * sched_max_luid / 2, true);
4152 h_d_i_d.release ();
49 h_d_i_d = vNULL; variable
H A Dsel-sched.cc7299 h_d_i_d.release ();

Completed in 258 milliseconds