OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlatIt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
RegionIterator.h
166
class RNSuccIterator<
FlatIt
<NodeType> >
174
typedef RNSuccIterator<
FlatIt
<NodeType> > Self;
277
template<> struct GraphTraits<
FlatIt
<NodeT*> > { \
279
typedef RNSuccIterator<
FlatIt
<NodeT> > ChildIteratorType; \
282
return RNSuccIterator<
FlatIt
<NodeType> >(N); \
285
return RNSuccIterator<
FlatIt
<NodeType> >(N, true); \
303
template<> struct GraphTraits<
FlatIt
<RegionT*> > \
304
: public GraphTraits<
FlatIt
<NodeT*> > { \
306
GraphTraits<
FlatIt
<NodeType*> > > nodes_iterator; \
325
: public GraphTraits<
FlatIt
<RegionNode*> >
[
all
...]
RegionInfo.h
52
class
FlatIt
{};
Completed in 48 milliseconds