Home
last modified time | relevance | path

Searched refs:spu_function_profiler (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-protos.h85 extern void spu_function_profiler (FILE *, int);
H A Dspu.h341 spu_function_profiler ((FILE), (LABELNO));
H A Dspu.c7005 spu_function_profiler (FILE * file, int labelno ATTRIBUTE_UNUSED) in spu_function_profiler() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20091107 * config/spu/spu-protos.h (spu_function_profiler): Add prototype.
1108 * config/spu/spu.c (spu_function_profiler): New function.
1110 spu_function_profiler.
H A DChangeLog-20106195 (spu_function_profiler): Mark parameter labelno with ATTRIBUTE_UNUSED.