Home
last modified time | relevance | path

Searched refs:child_end (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/libs/ptr_container/test/
Dtree_test.cpp48 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/
DRegionIterator.h110 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) { \
DRegionInfoImpl.h168 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 …]
DInterval.h127 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
136 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
DIntervalIterator.h185 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()
DLoopInfoImpl.h175 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()
DCFG.h160 for (NodeT Succ : make_range(GT::child_begin(Node), GT::child_end(Node))) { in containsIrreducibleCFG()
DCallGraph.h421 static ChildIteratorType child_end(NodeRef N) {
442 static ChildIteratorType child_end(NodeRef N) {
DLoopInfo.h228 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(); }
DDDG.h448 static ChildIteratorType child_end(NodeRef N) {
488 static ChildIteratorType child_end(NodeRef N) {
DLoopIterator.h84 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/
DGraphTraits.h123 GraphTraits<GraphType>::child_end(G));
130 GraphTraits<Inverse<GraphType>>::child_end(G));
DSCCIterator.h160 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()
DBreadthFirstIterator.h85 while (*ChildIt != GT::child_end(Node)) { in toNext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h304 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); }
DCFGDiff.h196 static ChildIteratorType child_end(NodeRef N) { in child_end() function
250 static ChildIteratorType child_end(NodeRef N) { in child_end() function
DDominators.h198 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/
DMachineLoopInfo.h182 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
191 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
DMachineBasicBlock.h876 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(); }
DMachineDominators.h265 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/
DArchive.h240 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/
DType.h448 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/
DGraphWriter.h86 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/
DArchive.cpp569 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/
DMachineBlockFrequencyInfo.cpp101 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end() function

12