Contents    Page-10    Prev    Next    Page+10    Index   

Data Flow Analysis for a Block

Computed and killed vectors for a basic block can be found as follows:

Example: I := I + 1
This statement first computes the expression I + 1, but then it kills it because it redefines I.