Home
last modified time | relevance | path

Searched refs:WrappedSuccIterator (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopIterator.h45 class WrappedSuccIterator
47 WrappedSuccIterator, succ_iterator,
51 WrappedSuccIterator, succ_iterator,
58 WrappedSuccIterator(succ_iterator Begin, const Loop *L) in WrappedSuccIterator() function
72 filter_iterator<WrappedSuccIterator, LoopBodyFilter>;
77 return make_filter_range(make_range<WrappedSuccIterator>( in child_begin()
85 return make_filter_range(make_range<WrappedSuccIterator>( in child_end()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp99 class WrappedSuccIterator class
101 WrappedSuccIterator, BaseSuccIterator,
107 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator() function in __anond74a67a70111::SubGraphTraits::WrappedSuccIterator
117 filter_iterator<WrappedSuccIterator, bool (*)(const NodeRef &)>;
128 make_range<WrappedSuccIterator>( in children()