This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: set of statements using a variable
- From: "Daniel Berlin" <dberlin at dberlin dot org>
- To: "ranjith kumar" <ranjit_kumar_b4u at yahoo dot co dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 28 Aug 2007 00:30:55 -0400
- Subject: Re: set of statements using a variable
- References: <147301.77975.qm@web27408.mail.ukl.yahoo.com>
It's probably named immediate_uses in 4.1.2
On 8/21/07, ranjith kumar <ranjit_kumar_b4u@yahoo.co.uk> wrote:
> I am using gcc-4.1.2 version.
> I used grep command to find that function.
> It seems that function is not avilable in gcc-4.1.2
> Any function equivalant to it in gcc-4.1.2?????
>
> --- Diego Novillo <dnovillo@google.com> wrote:
>
> > On 8/21/07 4:58 PM, ranjith kumar wrote:
> >
> > > Given an ssa variable, is there any function(or
> > macro)
> > > that gives the set of all statements which use
> > that
> > > variable???
> >
> > No, but they're easy to gather using
> > FOR_EACH_IMM_USE_STMT.
> >
>
>
>
>
>
>
> ___________________________________________________________
> Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
> now.
> http://uk.answers.yahoo.com/
>