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