Searched refs:rtvec_alloc_counts (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c154 static size_t rtvec_alloc_counts;
175 rtvec_alloc_counts++;
844 if (rtvec_alloc_counts)
847 SIZE_AMOUNT (rtvec_alloc_counts),
849 total_counts += rtvec_alloc_counts;
153 static size_t rtvec_alloc_counts; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc154 static size_t rtvec_alloc_counts;
178 rtvec_alloc_counts++;
862 if (rtvec_alloc_counts)
865 SIZE_AMOUNT (rtvec_alloc_counts),
867 total_counts += rtvec_alloc_counts;
153 static size_t rtvec_alloc_counts; variable

Completed in 184 milliseconds