Example
. Whenever following production is used in a parse tree
E E 1 + E 2 E.val = E 1 .val + E 2 .val
we create a dependency graph
The synthesized attribute E.val depends on E1.val and E2.val hence the two edges one each from E 1 .val & E 2 .val