reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/DominanceFrontierImpl.h
  195     for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(),
include/llvm/CodeGen/MachineDominators.h
  264   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
include/llvm/IR/Dominators.h
  197   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
include/llvm/Support/GenericDomTree.h
  104     for (const DomTreeNodeBase *I : *Other) {
  109     for (const DomTreeNodeBase *I : *this) {
  183   for (typename DomTreeNodeBase<NodeT>::const_iterator I = N->begin(),
  362       WL.append(N->begin(), N->end());
  700     WorkStack.push_back({ThisRoot, ThisRoot->begin()});
  719         WorkStack.push_back({Child, Child->begin()});