Content deleted Content added
m fixed typo |
mNo edit summary |
||
Line 22:
</table>
The dataflow equations used for a given basic block ''s'' and exiting block ''f'' in live variable analysis are the following:
:<math> {\mbox{GEN :<math> {\mbox{KILL :<math>
{\mbox{LIVE}}_{in}[s] = {\mbox{GEN}}[s] \cup ({\mbox{LIVE}}_{out}[s] - {\mbox{KILL}}[s])
</math>
:<math>
{\mbox{LIVE}}_{out}[final] = {\emptyset}
|