This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Gimple Pass


Hi,
     I've written a gimple pass, which counts for the number of assignment
statements in the c code. I've used the lval of the GIMPLE_MODIFY_STMT and
checking for VAR_DECL condition. It is working
  But I want to know what are the TREE_CODEs for other remaing constructs
viz declration stmt, conditions, count for constants  and how to use them in
the gimple pass. Can anybody help in this regard

Thanking
-- 
View this message in context: http://www.nabble.com/Gimple-Pass-tp24643577p24643577.html
Sent from the gcc - Dev mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]