Home
last modified time | relevance | path

Searched refs:RNSuccIterator (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionIterator.h34 class RNSuccIterator : public std::iterator<std::forward_iterator_tag,
87 typedef RNSuccIterator<NodeType> Self;
92 inline RNSuccIterator(NodeType* node) in RNSuccIterator() function
107 inline RNSuccIterator(NodeType* node, bool) in RNSuccIterator() function
166 class RNSuccIterator<FlatIt<NodeType> >
174 typedef RNSuccIterator<FlatIt<NodeType> > Self;
181 inline RNSuccIterator(NodeType* node) : Node(node), in RNSuccIterator() function
193 inline RNSuccIterator(NodeType* node, bool) : Node(node), in RNSuccIterator() function
249 inline RNSuccIterator<NodeType> succ_begin(NodeType* Node) { in succ_begin()
250 return RNSuccIterator<NodeType>(Node); in succ_begin()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionIterator.h40 class RNSuccIterator
102 using Self = RNSuccIterator<NodeRef, BlockT, RegionT>;
106 inline RNSuccIterator(NodeRef node) in RNSuccIterator() function
119 inline RNSuccIterator(NodeRef node, bool) in RNSuccIterator() function
167 class RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>
177 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>;
184 inline RNSuccIterator(NodeRef node) in RNSuccIterator() function
197 inline RNSuccIterator(NodeRef node, bool) in RNSuccIterator() function
243 inline RNSuccIterator<NodeRef, BlockT, RegionT> succ_begin(NodeRef Node) { in succ_begin()
244 return RNSuccIterator<NodeRef, BlockT, RegionT>(Node); in succ_begin()
[all …]
/external/llvm/include/llvm/Analysis/
DRegionIterator.h34 class RNSuccIterator : public std::iterator<std::forward_iterator_tag,
90 typedef RNSuccIterator<NodeType, BlockT, RegionT> Self;
95 inline RNSuccIterator(NodeType* node) in RNSuccIterator() function
109 inline RNSuccIterator(NodeType* node, bool) in RNSuccIterator() function
158 class RNSuccIterator<FlatIt<NodeType>, BlockT, RegionT>
168 typedef RNSuccIterator<FlatIt<NodeType>, BlockT, RegionT> Self;
175 inline RNSuccIterator(NodeType* node) : in RNSuccIterator() function
189 inline RNSuccIterator(NodeType* node, bool) : in RNSuccIterator() function
236 inline RNSuccIterator<NodeType, BlockT, RegionT> succ_begin(NodeType* Node) { in succ_begin()
237 return RNSuccIterator<NodeType, BlockT, RegionT>(Node); in succ_begin()
[all …]