Home | History | Annotate | Download | only in Utils

Lines Matching defs:Root

648       DomTreeNode *Root = DT.getRootNode();
649 DomLevels[Root] = 0;
650 Worklist.push_back(Root);
952 DomTreeNode *Root = RootPair.first;
955 // Walk all dominator tree children of Root, inspecting their CFG edges with
957 // most Root's level are added to the iterated dominance frontier of the
961 Worklist.push_back(Root);