SSA operand interface change proposal

Andrew MacLeod amacleod@redhat.com
Tue Jun 15 18:58:00 GMT 2004


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



More information about the Gcc mailing list