Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp103 class WrappedSuccIterator class
105 WrappedSuccIterator, BaseSuccIterator,
111 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator() function in __anone8c890770111::SubGraphTraits::WrappedSuccIterator
121 filter_iterator<WrappedSuccIterator, bool (*)(const NodeRef &)>;
132 make_range<WrappedSuccIterator>( in children()