'Iteration number of live variable analysis

I know that the algorithm for live variable analysis can finally terminate and give a solution. However, I'd like to know whether the iteration number of the algorithm is determined(i.e., can I calculate the iteration number of the algorithm with some parameters, I guess the parameters may be related to the program to be analyzed).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source