Documentation ¶ Index ¶ func Compute(graph *cfg.CFG) (seLiveIn, seLiveOut map[int]util.Set) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Compute ¶ func Compute(graph *cfg.CFG) (seLiveIn, seLiveOut map[int]util.Set) Compute takes a CFG of a *normalized* program and computes the in and out sets of variables at each node that are used for side-effects further on. Side-effects include: Used in the return value and used as arguments in a call. Types ¶ This section is empty. Source Files ¶ View all Source files sideeffect.go Click to show internal directories. Click to hide internal directories.