This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: set of statements using a variable


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/
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]