It's probably named immediate_uses in 4.1.2 On 8/21/07, ranjith kumar <ranjit_kumar_b4u@xxxxxxxxxxx> 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@xxxxxxxxxx> 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/ >