Hi everyone,

I'm trying to get the gimple * associated to the definition of a given var_decl. Basically, I am iterating over the locals of a function (through the local_decls member) and I need to be able to get the gimple * of its definition within the function's gimple_seq.

Does any of you have an idea on how this could be achieved ?

Thanks,

Pierrick

Reply via email to