Mapping between variables and GIMPLE statements

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux