Hello all Considering the following GIMPLE statement: a = 0; // stmt TREE_CODE(gimple_assign_lhs(stmt)) is VAR_DECL. Is it possible to retrieve the above statement from gimple_assign_lhs(stmt) tree like SSA_NAME_DEF_STMT ( ) works for SSA_NAME? Regards Abdul