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

Declarations

lib/Transforms/Vectorize/VPlan.h
 1373   using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator;

References

include/llvm/ADT/DepthFirstIterator.h
   90   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/GraphTraits.h
  120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType>
  127 iterator_range<typename GraphTraits<Inverse<GraphType>>::ChildIteratorType>
include/llvm/ADT/PostOrderIterator.h
  100   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/Analysis/LoopInfoImpl.h
  173   typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
  477   typedef typename BlockTraits::ChildIteratorType SuccIterTy;
lib/Transforms/Vectorize/VPlan.h
 1345   static inline ChildIteratorType child_begin(NodeRef N) {
 1349   static inline ChildIteratorType child_end(NodeRef N) {
 1377   static inline ChildIteratorType child_begin(NodeRef N) {
 1381   static inline ChildIteratorType child_end(NodeRef N) {