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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregs.h64 extern struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;
70 return regstat_n_sets_and_refs[regno].refs;
74 #define SET_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs = V)
75 #define INC_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs += V)
81 return regstat_n_sets_and_refs[regno].sets;
85 #define SET_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets = V)
86 #define INC_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets += V)
H A Dregstat.c32 struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs; variable in typeref:struct:regstat_n_sets_and_refs_t
53 gcc_assert (!regstat_n_sets_and_refs);
55 regstat_n_sets_and_refs = XNEWVEC (struct regstat_n_sets_and_refs_t, max_regno);
88 gcc_assert (regstat_n_sets_and_refs);
89 free (regstat_n_sets_and_refs);
90 regstat_n_sets_and_refs = NULL;
416 if (regstat_n_sets_and_refs)
425 if (regstat_n_sets_and_refs)
H A Dhaifa-sched.c7253 if (regstat_n_sets_and_refs != NULL)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregs.h64 extern struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;
70 return regstat_n_sets_and_refs[regno].refs;
74 #define SET_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs = V)
75 #define INC_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs += V)
81 return regstat_n_sets_and_refs[regno].sets;
85 #define SET_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets = V)
86 #define INC_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets += V)
H A Dregstat.cc32 struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs; variable in typeref:struct:regstat_n_sets_and_refs_t
53 gcc_assert (!regstat_n_sets_and_refs);
55 regstat_n_sets_and_refs = XNEWVEC (struct regstat_n_sets_and_refs_t, max_regno);
88 gcc_assert (regstat_n_sets_and_refs);
89 free (regstat_n_sets_and_refs);
90 regstat_n_sets_and_refs = NULL;
416 if (regstat_n_sets_and_refs)
425 if (regstat_n_sets_and_refs)
H A Dhaifa-sched.cc7262 if (regstat_n_sets_and_refs != NULL)

Completed in 247 milliseconds