/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | Interval.h | 121 using ChildIteratorType = Interval::succ_iterator; 126 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } 127 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 132 using ChildIteratorType = Interval::pred_iterator; 135 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } 136 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
|
D | CallGraph.h | 414 using ChildIteratorType = 417 static ChildIteratorType child_begin(NodeRef N) { 418 return ChildIteratorType(N->begin(), &CGNGetValue); 421 static ChildIteratorType child_end(NodeRef N) { 422 return ChildIteratorType(N->end(), &CGNGetValue); 434 using ChildIteratorType = 438 static ChildIteratorType child_begin(NodeRef N) { 439 return ChildIteratorType(N->begin(), &CGNGetValue); 442 static ChildIteratorType child_end(NodeRef N) { 443 return ChildIteratorType(N->end(), &CGNGetValue);
|
D | RegionIterator.h | 43 using SuccIterTy = typename BlockTraits::ChildIteratorType; 170 using SuccIterTy = typename BlockTraits::ChildIteratorType; 261 using ChildIteratorType = RNSuccIterator<NodeRef, BlockT, RegionT>; \ 263 static inline ChildIteratorType child_begin(NodeRef N) { \ 266 static inline ChildIteratorType child_end(NodeRef N) { \ 272 using ChildIteratorType = \ 275 static inline ChildIteratorType child_begin(NodeRef N) { \ 278 static inline ChildIteratorType child_end(NodeRef N) { \
|
D | DDG.h | 440 using ChildIteratorType = 445 static ChildIteratorType child_begin(NodeRef N) { 446 return ChildIteratorType(N->begin(), &DDGGetTargetNode); 448 static ChildIteratorType child_end(NodeRef N) { 449 return ChildIteratorType(N->end(), &DDGGetTargetNode); 480 using ChildIteratorType = 485 static ChildIteratorType child_begin(NodeRef N) { 486 return ChildIteratorType(N->begin(), &DDGGetTargetNode); 488 static ChildIteratorType child_end(NodeRef N) { 489 return ChildIteratorType(N->end(), &DDGGetTargetNode);
|
D | LoopIterator.h | 71 using ChildIteratorType = member 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() 84 static ChildIteratorType child_end(NodeRef Node) { in child_end()
|
D | IntervalIterator.h | 184 for (typename GT::ChildIteratorType I = GT::child_begin(Node), in ProcessInterval() 214 for (typename IGT::ChildIteratorType I = IGT::child_begin(Node), in ProcessNode() 237 for (typename GT::ChildIteratorType It = GT::child_begin(Node), in ProcessNode()
|
D | LazyCallGraph.h | 1241 using ChildIteratorType = LazyCallGraph::EdgeSequence::iterator; 1244 static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); } 1245 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } 1249 using ChildIteratorType = LazyCallGraph::EdgeSequence::iterator; 1252 static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); } 1253 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); }
|
D | LoopInfo.h | 1177 typedef LoopInfo::iterator ChildIteratorType; 1180 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 1181 static ChildIteratorType child_end(NodeRef N) { return N->end(); } 1186 typedef LoopInfo::iterator ChildIteratorType; 1189 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 1190 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
|
D | MemorySSA.h | 1154 using ChildIteratorType = memoryaccess_def_iterator; 1157 static ChildIteratorType child_begin(NodeRef N) { return N->defs_begin(); } 1158 static ChildIteratorType child_end(NodeRef N) { return N->defs_end(); } 1163 using ChildIteratorType = MemoryAccess::iterator; 1166 static ChildIteratorType child_begin(NodeRef N) { return N->user_begin(); } 1167 static ChildIteratorType child_end(NodeRef N) { return N->user_end(); }
|
D | RegionInfo.h | 270 using SuccIterTy = typename BlockTraits::ChildIteratorType; 271 using PredIterTy = typename InvBlockTraits::ChildIteratorType; 690 using SuccIterTy = typename BlockTraits::ChildIteratorType; 691 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CFG.h | 300 using ChildIteratorType = succ_iterator; 303 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } 304 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 309 using ChildIteratorType = succ_const_iterator; 313 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } 314 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 324 using ChildIteratorType = pred_iterator; 327 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } 328 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } 333 using ChildIteratorType = const_pred_iterator; [all …]
|
D | CFGDiff.h | 177 using ChildIteratorType = member 181 static ChildIteratorType child_begin(NodeRef N) { in child_begin() 196 static ChildIteratorType child_end(NodeRef N) { in child_end() 231 using ChildIteratorType = member 235 static ChildIteratorType child_begin(NodeRef N) { in child_begin() 250 static ChildIteratorType child_end(NodeRef N) { in child_end()
|
D | Dominators.h | 193 using ChildIteratorType = ChildIterator; 197 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 198 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
|
D | ModuleSummaryIndex.h | 1403 using ChildIteratorType = 1411 static ChildIteratorType child_begin(NodeRef N) { 1413 return ChildIteratorType( 1418 return ChildIteratorType(F->CallGraphEdgeList.begin(), &valueInfoFromEdge); 1421 static ChildIteratorType child_end(NodeRef N) { 1423 return ChildIteratorType( 1428 return ChildIteratorType(F->CallGraphEdgeList.end(), &valueInfoFromEdge);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 178 using ChildIteratorType = MachineLoopInfo::iterator; 181 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 182 static ChildIteratorType child_end(NodeRef N) { return N->end(); } 187 using ChildIteratorType = MachineLoopInfo::iterator; 190 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 191 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
|
D | MachineBasicBlock.h | 872 using ChildIteratorType = MachineBasicBlock::succ_iterator; 875 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } 876 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } 881 using ChildIteratorType = MachineBasicBlock::const_succ_iterator; 884 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } 885 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } 896 using ChildIteratorType = MachineBasicBlock::pred_iterator; 902 static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); } 903 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } 908 using ChildIteratorType = MachineBasicBlock::const_pred_iterator; [all …]
|
D | MachineDominators.h | 261 using ChildIteratorType = ChildIterator; member 264 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } in child_begin() 265 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end()
|
D | ScheduleDAG.h | 665 typedef SUnitIterator ChildIteratorType; 667 static ChildIteratorType child_begin(NodeRef N) { 670 static ChildIteratorType child_end(NodeRef N) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 444 typedef Type::subtype_iterator ChildIteratorType; 447 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); } 448 static ChildIteratorType child_end(NodeRef N) { return N->subtype_end(); } 453 typedef Type::subtype_iterator ChildIteratorType; 456 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); } 457 static ChildIteratorType child_end(NodeRef N) { return N->subtype_end(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | GraphTraits.h | 120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType> 127 iterator_range<typename GraphTraits<Inverse<GraphType>>::ChildIteratorType>
|
D | BreadthFirstIterator.h | 53 using ChildItTy = typename GT::ChildIteratorType;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 90 using ChildIteratorType = MachineBasicBlock::const_succ_iterator; typedef 97 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() 101 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 101 using ChildIteratorType = succ_const_iterator; typedef 108 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() 112 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 1233 using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator; 1237 static inline ChildIteratorType child_begin(NodeRef N) { 1241 static inline ChildIteratorType child_end(NodeRef N) { 1248 using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::const_iterator; 1252 static inline ChildIteratorType child_begin(NodeRef N) { 1256 static inline ChildIteratorType child_end(NodeRef N) { 1265 using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator; 1269 static inline ChildIteratorType child_begin(NodeRef N) { 1273 static inline ChildIteratorType child_end(NodeRef N) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 424 using ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator; typedef 427 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); } in child_begin() 428 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } in child_end() 435 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { in nodes_begin() 439 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end()
|