Searched refs:ChildIteratorType (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDataFlow.h28 typedef Value::const_use_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
34 static inline ChildIteratorType child_begin(NodeType *N) {
38 static inline ChildIteratorType child_end(NodeType *N) {
45 typedef Value::use_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
51 static inline ChildIteratorType child_begin(NodeType *N) {
55 static inline ChildIteratorType child_end(NodeType *N) {
62 typedef User::const_op_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
68 static inline ChildIteratorType child_begin(NodeType *N) {
74 static inline ChildIteratorType child_end(NodeType *N) {
83 typedef User::op_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
[all...]
H A DCFG.h250 typedef succ_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
253 static inline ChildIteratorType child_begin(NodeType *N) {
256 static inline ChildIteratorType child_end(NodeType *N) {
263 typedef succ_const_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
267 static inline ChildIteratorType child_begin(NodeType *N) {
270 static inline ChildIteratorType child_end(NodeType *N) {
282 typedef pred_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
284 static inline ChildIteratorType child_begin(NodeType *N) {
287 static inline ChildIteratorType child_end(NodeType *N) {
294 typedef const_pred_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
[all...]
H A DGraphWriter.h60 typedef typename GTraits::ChildIteratorType child_iterator;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DGraphTraits.h31 // 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; typedef in struct:llvm::GraphTraits
95 static ChildIteratorType child_begin(NodeType* N) {
99 static ChildIteratorType child_end(NodeType* N) {
H A DSCCIterator.h40 typedef typename GT::ChildIteratorType ChildItTy;
H A DDepthFirstIterator.h72 typedef typename GT::ChildIteratorType ChildItTy;
H A DPostOrderIterator.h97 typedef typename GT::ChildIteratorType ChildItTy;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DInterval.h126 typedef Interval::succ_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
131 static inline ChildIteratorType child_begin(NodeType *N) {
134 static inline ChildIteratorType child_end(NodeType *N) {
141 typedef Interval::pred_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
143 static inline ChildIteratorType child_begin(NodeType *N) {
146 static inline ChildIteratorType child_end(NodeType *N) {
H A DCallGraph.h317 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType; typedef in struct:GraphTraits
319 static inline ChildIteratorType child_begin(NodeType *N) {
322 static inline ChildIteratorType child_end (NodeType *N) {
334 typedef NodeType::const_iterator ChildIteratorType; typedef in struct:GraphTraits
337 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();}
338 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); }
H A DLoopInfoImpl.h40 for (typename BlockTraits::ChildIteratorType I =
74 for (typename BlockTraits::ChildIteratorType I =
104 for (typename BlockTraits::ChildIteratorType I =
127 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
149 for (typename InvBlockTraits::ChildIteratorType PI =
171 typename InvBlockTraits::ChildIteratorType PI =
173 typename InvBlockTraits::ChildIteratorType PE =
265 for (typename BlockTraits::ChildIteratorType SI =
273 for (typename InvBlockTraits::ChildIteratorType PI =
411 for (typename InvBlockTraits::ChildIteratorType P
[all...]
H A DRegionIterator.h268 typedef RNSuccIterator<NodeType> ChildIteratorType; \
270 static inline ChildIteratorType child_begin(NodeType *N) { \
273 static inline ChildIteratorType child_end(NodeType *N) { \
279 typedef RNSuccIterator<FlatIt<NodeT> > ChildIteratorType; \
281 static inline ChildIteratorType child_begin(NodeType *N) { \
284 static inline ChildIteratorType child_end(NodeType *N) { \
H A DBlockFrequencyImpl.h156 typename GT::ChildIteratorType
193 for (typename GT::ChildIteratorType
237 for (typename GT::ChildIteratorType
289 for (typename GT::ChildIteratorType
325 for (typename GraphTraits<BlockT *>::ChildIteratorType
H A DLoopInfo.h155 for (typename BlockTraits::ChildIteratorType SI =
171 for (typename InvBlockTraits::ChildIteratorType I =
674 typedef LoopInfo::iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
677 static inline ChildIteratorType child_begin(NodeType *N) {
680 static inline ChildIteratorType child_end(NodeType *N) {
687 typedef LoopInfo::iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
690 static inline ChildIteratorType child_begin(NodeType *N) {
693 static inline ChildIteratorType child_end(NodeType *N) {
H A DIntervalIterator.h174 for (typename GT::ChildIteratorType I = GT::child_begin(Node),
205 for (typename IGT::ChildIteratorType I = IGT::child_begin(Node),
228 for (typename GT::ChildIteratorType It = GT::child_begin(Node),
H A DDominatorInternals.h57 typename GraphT::ChildIteratorType>, 32> Worklist;
61 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second;
208 for (typename InvTraits::ChildIteratorType CI =
H A DDominators.h248 for (typename InvTraits::ChildIteratorType PI =
256 for (typename InvTraits::ChildIteratorType PI =
880 typedef NodeType::iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
885 static inline ChildIteratorType child_begin(NodeType *N) {
888 static inline ChildIteratorType child_end(NodeType *N) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineLoopInfo.h164 typedef MachineLoopInfo::iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
167 static inline ChildIteratorType child_begin(NodeType *N) {
170 static inline ChildIteratorType child_end(NodeType *N) {
177 typedef MachineLoopInfo::iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
180 static inline ChildIteratorType child_begin(NodeType *N) {
183 static inline ChildIteratorType child_end(NodeType *N) {
H A DMachineBasicBlock.h643 typedef MachineBasicBlock::succ_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
646 static inline ChildIteratorType child_begin(NodeType *N) {
649 static inline ChildIteratorType child_end(NodeType *N) {
656 typedef MachineBasicBlock::const_succ_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
659 static inline ChildIteratorType child_begin(NodeType *N) {
662 static inline ChildIteratorType child_end(NodeType *N) {
675 typedef MachineBasicBlock::pred_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
679 static inline ChildIteratorType child_begin(NodeType *N) {
682 static inline ChildIteratorType child_end(NodeType *N) {
689 typedef MachineBasicBlock::const_pred_iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
[all...]
H A DMachineDominators.h181 typedef NodeType::iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
186 static inline ChildIteratorType child_begin(NodeType* N) {
189 static inline ChildIteratorType child_end(NodeType* N) {
H A DScheduleDAG.h630 typedef SUnitIterator ChildIteratorType; typedef in struct:llvm::GraphTraits
632 static inline ChildIteratorType child_begin(NodeType *N) {
635 static inline ChildIteratorType child_end(NodeType *N) {
H A DSelectionDAGNodes.h1795 typedef SDNodeIterator ChildIteratorType; typedef in struct:llvm::SDNode::GraphTraits
1797 static inline ChildIteratorType child_begin(NodeType *N) {
1800 static inline ChildIteratorType child_end(NodeType *N) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DType.h427 typedef Type::subtype_iterator ChildIteratorType;
430 static inline ChildIteratorType child_begin(NodeType *N) {
433 static inline ChildIteratorType child_end(NodeType *N) {
440 typedef Type::subtype_iterator ChildIteratorType;
443 static inline ChildIteratorType child_begin(NodeType *N) {
446 static inline ChildIteratorType child_end(NodeType *N) {
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DSCCIteratorTest.cpp235 typedef typename Graph<N>::ChildIterator ChildIteratorType; typedef in struct:llvm::GraphTraits
238 static inline ChildIteratorType child_begin(NodeType *Node) {
241 static inline ChildIteratorType child_end(NodeType *Node) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DFunctionAttrs.cpp315 typedef SmallVectorImpl<ArgumentGraphNode*>::iterator ChildIteratorType; typedef in struct:llvm::GraphTraits
318 static inline ChildIteratorType child_begin(NodeType *N) {
321 static inline ChildIteratorType child_end(NodeType *N) {
330 static ChildIteratorType nodes_begin(ArgumentGraph *AG) {
333 static ChildIteratorType nodes_end(ArgumentGraph *AG) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DRegionPrinter.cpp74 GraphTraits<RegionInfo*>::ChildIteratorType CI, RegionInfo *RI) {

Completed in 224 milliseconds