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]

Re: [tree-ssa]: Easy way to get default def of a variable?




We now connect them to empty_stmt_expr.  Do you want to connect them to
this table so that we can traverse that table to look for live-
on-entry
or uninitialized uses?  I guess we could do that.

Well, remember, i want the table because right now i have to take a use, and walk the entire def chain backwards, to get the default def's version.
This is expensive.




It would let us catch things in the out of ssa pass which accidentally
have no def, much like assign_vars use to do...

We can do this already without that table you mentioned.  I'm missing
something here.


Diego.




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