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

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c9691 static GTY(()) rtx mcount_func_rtx;
9695 if (!mcount_func_rtx)
9696 mcount_func_rtx = init_one_libfunc ("_mcount");
9697 return mcount_func_rtx;
9668 static GTY(()) rtx mcount_func_rtx; variable

Completed in 151 milliseconds