/third_party/boost/libs/ptr_container/test/ |
D | tree_test.cpp | 48 iterator child_end(); 49 const_iterator child_end() const; 204 inline tree::iterator tree::child_end() in child_end() function in tree 209 inline tree::const_iterator tree::child_end() const in child_end() function in tree 226 if( j != p->child_end() ) in find() 232 return child_end(); in find()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | RegionIterator.h | 110 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) in RNSuccIterator() 120 BItor(BlockTraits::child_end(node->getEntry())) {} in RNSuccIterator() 146 while (BItor != BlockTraits::child_end(getNode()->getEntry()) 190 while (BlockTraits::child_end(Node->getEntry()) != Itor && in RNSuccIterator() 197 : Node(node), Itor(BlockTraits::child_end(node->getEntry())) { in RNSuccIterator() 266 static inline ChildIteratorType child_end(NodeRef N) { \ 278 static inline ChildIteratorType child_end(NodeRef N) { \
|
D | RegionInfoImpl.h | 168 InvBlockTraits::child_end(entry))) { in getEnteringBlock() 189 PE = InvBlockTraits::child_end(exit); in getExitingBlocks() 212 InvBlockTraits::child_end(exit))) { in getExitingBlock() 262 make_range(BlockTraits::child_begin(BB), BlockTraits::child_end(BB))) { in verifyBBInRegion() 270 InvBlockTraits::child_end(BB))) { in verifyBBInRegion() 287 make_range(BlockTraits::child_begin(BB), BlockTraits::child_end(BB))) { in verifyWalk() 469 InvBlockTraits::child_end(getExit()))) in getExpandedRegion() 481 InvBlockTraits::child_end(getExit()))) { in getExpandedRegion() 569 InvBlockTraits::child_end(BB))) { in isCommonDomFrontier() 654 BlockTraits::child_end(entry) - BlockTraits::child_begin(entry); in isTrivialRegion() [all …]
|
D | Interval.h | 127 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 136 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
|
D | IntervalIterator.h | 185 E = GT::child_end(Node); I != E; ++I) in ProcessInterval() 215 E = IGT::child_end(Node); I != E; ++I) { in ProcessNode() 238 End = GT::child_end(Node); It != End; ++It) in ProcessNode()
|
D | LoopInfoImpl.h | 175 if (SI != BlockTraits::child_end(Out)) in getLoopPreheader() 301 GraphTraits<BlockT *>::child_end(BB), in verifyLoop() 306 GraphTraits<Inverse<BlockT *>>::child_end(BB), in verifyLoop() 312 GraphTraits<Inverse<BlockT *>>::child_end(BB), in verifyLoop() 445 InvBlockTraits::child_end(PredBB)); in discoverAndMapSubloop()
|
D | CFG.h | 160 for (NodeT Succ : make_range(GT::child_begin(Node), GT::child_end(Node))) { in containsIrreducibleCFG()
|
D | CallGraph.h | 421 static ChildIteratorType child_end(NodeRef N) { 442 static ChildIteratorType child_end(NodeRef N) {
|
D | LoopInfo.h | 228 auto PredEnd = GraphTraits<Inverse<BlockT *>>::child_end(Header); in isLoopLatch() 1181 static ChildIteratorType child_end(NodeRef N) { return N->end(); } 1190 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
|
D | DDG.h | 448 static ChildIteratorType child_end(NodeRef N) { 488 static ChildIteratorType child_end(NodeRef N) {
|
D | LoopIterator.h | 84 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | GraphTraits.h | 123 GraphTraits<GraphType>::child_end(G)); 130 GraphTraits<Inverse<GraphType>>::child_end(G));
|
D | SCCIterator.h | 160 while (VisitStack.back().NextChild != GT::child_end(VisitStack.back().Node)) { in DFSVisitChildren() 185 assert(VisitStack.back().NextChild == GT::child_end(visitingN)); in GetNextSCC() 220 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE; in hasLoop()
|
D | BreadthFirstIterator.h | 85 while (*ChildIt != GT::child_end(Node)) { in toNext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CFG.h | 304 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 314 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 328 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } 337 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
|
D | CFGDiff.h | 196 static ChildIteratorType child_end(NodeRef N) { in child_end() function 250 static ChildIteratorType child_end(NodeRef N) { in child_end() function
|
D | Dominators.h | 198 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 182 static ChildIteratorType child_end(NodeRef N) { return N->end(); } 191 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
|
D | MachineBasicBlock.h | 876 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } 885 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } 903 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } 915 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }
|
D | MachineDominators.h | 265 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Archive.h | 240 child_iterator child_end() const; 243 return make_range(child_begin(Err, SkipInternal), child_end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 448 static ChildIteratorType child_end(NodeRef N) { return N->subtype_end(); } 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/Support/ |
D | GraphWriter.h | 86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() 229 child_iterator EE = GTraits::child_end(Node); in writeNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Archive.cpp | 569 child_iterator E = child_end(); in Archive() 778 return child_end(); in child_begin() 787 return child_end(); in child_begin() 791 Archive::child_iterator Archive::child_end() const { in child_end() function in Archive
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 101 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end() function
|