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