Home | History | Annotate | Download | only in Utils

Lines Matching full:dominator

12 // transformed by using iterated dominator frontiers to place PHI nodes, then
236 /// DomLevels - Maps DomTreeNodes to their level in the dominator tree.
483 // If we haven't computed dominator tree levels, do so now.
563 // unreachable basic blocks that were not processed by walking the dominator
750 // Use a priority queue keyed on dominator tree level so that inserted nodes
751 // are handled from the bottom of the dominator tree upwards.
771 // Walk all dominator tree children of Root, inspecting their CFG edges with
772 // targets elsewhere on the dominator tree. Only targets whose level is at
787 // Quickly skip all CFG edges that are also dominator tree edges instead