HomeSort by relevance Sort by last modified time
    Searched defs:ChildIteratorType (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
GraphTraits.h 31 // typedef ChildIteratorType - Type used to iterate over children in graph
36 // static ChildIteratorType child_begin(NodeType *)
37 // static ChildIteratorType child_end (NodeType *)
89 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
95 static ChildIteratorType child_begin(NodeType* N) {
99 static ChildIteratorType child_end(NodeType* N) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
GraphTraits.h 31 // typedef ChildIteratorType - Type used to iterate over children in graph
36 // static ChildIteratorType child_begin(NodeType *)
37 // static ChildIteratorType child_end (NodeType *)
86 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
92 static ChildIteratorType child_begin(NodeType* N) {
96 static ChildIteratorType child_end(NodeType* N) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataFlow.h 28 typedef Value::const_use_iterator ChildIteratorType;
34 static inline ChildIteratorType child_begin(NodeType *N) {
38 static inline ChildIteratorType child_end(NodeType *N) {
45 typedef Value::use_iterator ChildIteratorType;
51 static inline ChildIteratorType child_begin(NodeType *N) {
55 static inline ChildIteratorType child_end(NodeType *N) {
62 typedef User::const_op_iterator ChildIteratorType;
68 static inline ChildIteratorType child_begin(NodeType *N) {
74 static inline ChildIteratorType child_end(NodeType *N) {
83 typedef User::op_iterator ChildIteratorType;
    [all...]
CFG.h 244 typedef succ_iterator ChildIteratorType;
247 static inline ChildIteratorType child_begin(NodeType *N) {
250 static inline ChildIteratorType child_end(NodeType *N) {
257 typedef succ_const_iterator ChildIteratorType;
261 static inline ChildIteratorType child_begin(NodeType *N) {
264 static inline ChildIteratorType child_end(NodeType *N) {
276 typedef pred_iterator ChildIteratorType;
278 static inline ChildIteratorType child_begin(NodeType *N) {
281 static inline ChildIteratorType child_end(NodeType *N) {
288 typedef const_pred_iterator ChildIteratorType;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
TestGraph.h 238 typedef typename Graph<N>::ChildIterator ChildIteratorType;
241 static ChildIteratorType child_begin(NodeRef Node) {
244 static ChildIteratorType child_end(NodeRef Node) {
  /external/clang/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static inline ChildIteratorType child_begin(NodeType* N) {
36 else return ChildIteratorType();
39 static inline ChildIteratorType child_end(NodeType* N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static inline ChildIteratorType child_begin(NodeType* N) {
63 else return ChildIteratorType();
66 static inline ChildIteratorType child_end(NodeType* N) {
68 else return ChildIteratorType();
    [all...]
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 233 typedef typename Graph<N>::ChildIterator ChildIteratorType;
236 static inline ChildIteratorType child_begin(NodeType *Node) {
239 static inline ChildIteratorType child_end(NodeType *Node) {
  /external/swiftshader/third_party/LLVM/unittests/ADT/
SCCIteratorTest.cpp 235 typedef typename Graph<N>::ChildIterator ChildIteratorType;
238 static inline ChildIteratorType child_begin(NodeType *Node) {
241 static inline ChildIteratorType child_end(NodeType *Node) {
  /external/llvm/include/llvm/Analysis/
Interval.h 125 typedef Interval::succ_iterator ChildIteratorType;
130 static inline ChildIteratorType child_begin(NodeType *N) {
133 static inline ChildIteratorType child_end(NodeType *N) {
140 typedef Interval::pred_iterator ChildIteratorType;
142 static inline ChildIteratorType child_begin(NodeType *N) {
145 static inline ChildIteratorType child_end(NodeType *N) {
CallGraph.h 420 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
422 static inline ChildIteratorType child_begin(NodeType *N) {
425 static inline ChildIteratorType child_end(NodeType *N) {
442 ChildIteratorType;
444 static inline ChildIteratorType child_begin(NodeType *N) {
447 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 152 typedef MachineLoopInfo::iterator ChildIteratorType;
155 static inline ChildIteratorType child_begin(NodeType *N) {
158 static inline ChildIteratorType child_end(NodeType *N) {
165 typedef MachineLoopInfo::iterator ChildIteratorType;
168 static inline ChildIteratorType child_begin(NodeType *N) {
171 static inline ChildIteratorType child_end(NodeType *N) {
MachineDominators.h 275 typedef ChildIterator ChildIteratorType;
278 static inline ChildIteratorType child_begin(NodeType *N) {
281 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Interval.h 126 typedef Interval::succ_iterator ChildIteratorType;
131 static inline ChildIteratorType child_begin(NodeType *N) {
134 static inline ChildIteratorType child_end(NodeType *N) {
141 typedef Interval::pred_iterator ChildIteratorType;
143 static inline ChildIteratorType child_begin(NodeType *N) {
146 static inline ChildIteratorType child_end(NodeType *N) {
CallGraph.h 317 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
319 static inline ChildIteratorType child_begin(NodeType *N) {
322 static inline ChildIteratorType child_end (NodeType *N) {
334 typedef NodeType::const_iterator ChildIteratorType;
337 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();}
338 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopInfo.h 152 typedef MachineLoopInfo::iterator ChildIteratorType;
155 static inline ChildIteratorType child_begin(NodeType *N) {
158 static inline ChildIteratorType child_end(NodeType *N) {
165 typedef MachineLoopInfo::iterator ChildIteratorType;
168 static inline ChildIteratorType child_begin(NodeType *N) {
171 static inline ChildIteratorType child_end(NodeType *N) {
MachineDominators.h 181 typedef NodeType::iterator ChildIteratorType;
186 static inline ChildIteratorType child_begin(NodeType* N) {
189 static inline ChildIteratorType child_end(NodeType* N) {
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 171 typedef NodeType::iterator ChildIteratorType;
176 static inline ChildIteratorType child_begin(NodeType *N) {
179 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 56 typedef MachineBasicBlock::const_succ_iterator ChildIteratorType;
64 static ChildIteratorType child_begin(const NodeType *N) {
68 static ChildIteratorType child_end(const NodeType *N) {
  /external/clang/include/clang/Analysis/
CallGraph.h 179 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
180 static inline ChildIteratorType child_begin(NodeType *N) {
183 static inline ChildIteratorType child_end (NodeType *N) {
193 typedef NodeType::const_iterator ChildIteratorType;
195 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();}
196 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
  /external/clang/lib/Serialization/
ModuleManager.cpp 438 typedef llvm::SetVector<ModuleFile *>::const_iterator ChildIteratorType;
441 static ChildIteratorType child_begin(NodeType *Node) {
445 static ChildIteratorType child_end(NodeType *Node) {
  /external/llvm/include/llvm/IR/
CFG.h 158 typedef succ_iterator ChildIteratorType;
161 static inline ChildIteratorType child_begin(NodeType *N) {
164 static inline ChildIteratorType child_end(NodeType *N) {
171 typedef succ_const_iterator ChildIteratorType;
175 static inline ChildIteratorType child_begin(NodeType *N) {
178 static inline ChildIteratorType child_end(NodeType *N) {
190 typedef pred_iterator ChildIteratorType;
192 static inline ChildIteratorType child_begin(NodeType *N) {
195 static inline ChildIteratorType child_end(NodeType *N) {
202 typedef const_pred_iterator ChildIteratorType;
    [all...]
Dominators.h 159 typedef ChildIterator ChildIteratorType;
163 static inline ChildIteratorType child_begin(NodeType *N) {
166 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 64 typedef succ_const_iterator ChildIteratorType;
70 static ChildIteratorType child_begin(const NodeType *N) {
73 static ChildIteratorType child_end(const NodeType *N) {
BlockFrequencyInfoImpl.cpp 626 typedef GraphT::IrrNode::iterator ChildIteratorType;
631 static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); }
632 static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); }
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 335 typedef SmallVectorImpl<ArgumentGraphNode *>::iterator ChildIteratorType;
338 static inline ChildIteratorType child_begin(NodeType *N) {
341 static inline ChildIteratorType child_end(NodeType *N) {
350 static ChildIteratorType nodes_begin(ArgumentGraph *AG) {
353 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); }
    [all...]

Completed in 1592 milliseconds

1 2