Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp102 class WrappedSuccIterator class
104 WrappedSuccIterator, BaseSuccIterator,
110 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator() function in __anon82769d8e0111::SubGraphTraits::WrappedSuccIterator
120 filter_iterator<WrappedSuccIterator, bool (*)(const NodeRef &)>;
131 make_range<WrappedSuccIterator>( in children()