Home | History | Annotate | Download | only in Utils

Lines Matching defs:Children

325   // Scan all of the loop children of L, moving them to OuterLoop if they are
696 const std::vector<DomTreeNodeBase<BasicBlock> *> &Children =
698 while (!Children.empty()) {
699 DomTreeNode *Child = Children.front();