Searched refs:childIter (Results 1 – 2 of 2) sorted by relevance
232 for (const auto &childIter : values_) { in CreateParentComponent() local236 SymbolRef componentSymbol{childIter.first}; in CreateParentComponent()238 *componentSymbol, common::Clone(childIter.second.value())); in CreateParentComponent()
649 DomTreeNode::const_iterator childIter() const { return ChildIter; } in childIter() function in __anon5cb5eb3b0311::EarlyCSE::StackNode1636 } else if (NodeToProcess->childIter() != NodeToProcess->end()) { in run()