OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regiont
(Results
1 - 1
of
1
) sorted by null
/external/llvm/include/llvm/Analysis/
RegionIterator.h
289
#define RegionGraphTraits(
RegionT
, NodeT) \
290
template<> struct GraphTraits<
RegionT
*> \
293
static NodeType *getEntryNode(
RegionT
* R) { \
296
static nodes_iterator nodes_begin(
RegionT
* R) { \
299
static nodes_iterator nodes_end(
RegionT
* R) { \
303
template<> struct GraphTraits<FlatIt<
RegionT
*> > \
307
static NodeType *getEntryNode(
RegionT
* R) { \
310
static nodes_iterator nodes_begin(
RegionT
* R) { \
313
static nodes_iterator nodes_end(
RegionT
* R) { \
Completed in 29 milliseconds