Home | History | Annotate | Download | only in Utils

Lines Matching full:dominator

12 // transformed by using iterated dominator frontiers to place PHI nodes, then
319 /// Maps DomTreeNodes to their level in the dominator tree.
644 // If we haven't computed dominator tree levels, do so now.
724 // unreachable basic blocks that were not processed by walking the dominator
932 // Use a priority queue keyed on dominator tree level so that inserted nodes
933 // are handled from the bottom of the dominator tree upwards.
955 // Walk all dominator tree children of Root, inspecting their CFG edges with
956 // targets elsewhere on the dominator tree. Only targets whose level is at
971 // Quickly skip all CFG edges that are also dominator tree edges instead