This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Count counterpart of TREE_USED?
- From: Richard Henderson <rth at redhat dot com>
- To: degger at fhm dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 11 Dec 2001 15:54:17 -0800
- Subject: Re: Count counterpart of TREE_USED?
- References: <20011210232742.6EA4B6E20@Nicole.fhm.edu>
On Tue, Dec 11, 2001 at 12:37:52AM +0100, degger@fhm.edu wrote:
> TREE_USED can be used to determine whether a decl or stmt was used.
> What I need is to figure out how often; I want to find out how rarely
> a static function will be called within the same source ...
There is no existing metric for this.
r~