set of statements using a variable

Diego Novillo dnovillo@google.com
Tue Aug 21 21:07:00 GMT 2007


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.



More information about the Gcc-help mailing list