Content deleted Content added
Line 19:
== Expression in terms of dataflow equations ==
Liveness analysis is a "backwards may" analysis. The analysis is done in a backwards order, and the dataflow [[confluence operator]] is [[set union]]. In otherwords, if applying liveness analysis to a function with a particular number of logical branches within it, the analysis is performed starting from the
The dataflow equations used for a given basic block ''s'' and exiting block ''f'' in live variable analysis are the following:
|