Content deleted Content added
+links, algorithm, wording |
|||
Line 67:
One algorithm for computing the dominance frontier set is
{{wikicode}}
if the number of predecessors of b >= 2▼
'''for each''' node b
runner = p▼
'''for each''' p '''in''' predecessors of b
'''while''' runner
add b to runner’s dominance frontier set
There is an efficient algorithm for finding dominance frontiers of each node. This algorithm was originally described in the paper "Efficiently computing static single assignment form and the
|