reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1175 typedef LoopInfo::iterator ChildIteratorType;
53 using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/DepthFirstIterator.h 90 using ChildItTy = typename GT::ChildIteratorType;
include/llvm/Analysis/LoopInfo.h1169 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 1170 static ChildIteratorType child_end(NodeRef N) { return N->end(); } 1178 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 1179 static ChildIteratorType child_end(NodeRef N) { return N->end(); }