readers

Returns the set of StatementNodes that read the Temporary defined by node.

Note that this set only includes direct reads. For example, an IfNode only reads the temporaries in its guard, and BlockNodes and InfiniteLoopNodes do not read any temporary.