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: SSA operand interface change proposal


On Tue, 2004-06-15 at 14:42, Zdenek Dvorak wrote:
> Hello,
> 
> how are the immediate uses of the ssa name represented?
> 

The use operands have immeidate_use nodes which are doubly linked list
off the SSA_NAME node. So linking in and out is fast and painless.

Andrew


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