Searched refs:child_end (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h84 static ChildIteratorType child_end(NodeRef Node) { function in struct:llvm::LoopBodyTraits
H A DDDG.h488 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
528 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
H A DLoopInfo.h235 auto PredEnd = GraphTraits<Inverse<BlockT *>>::child_end(Header);
1195 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
1204 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
H A DLazyCallGraph.h1262 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } function in struct:llvm::LazyCallGraph::GraphTraits
1270 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } function in struct:llvm::LazyCallGraph::GraphTraits
H A DMemorySSA.h1157 static ChildIteratorType child_end(NodeRef N) { return N->defs_end(); } function in struct:llvm::GraphTraits
1166 static ChildIteratorType child_end(NodeRef N) { return N->user_end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h956 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
965 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
983 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } function in struct:llvm::GraphTraits
995 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } function in struct:llvm::GraphTraits
H A DMachineDominators.h256 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::MachineDomTreeGraphTraitsBase
H A DScheduleDAG.h670 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::SUnit::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h200 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::DomTreeGraphTraitsBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp101 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp565 child_iterator E = child_end();
774 return child_end();
783 return child_end();
787 Archive::child_iterator Archive::child_end() const { function in class:Archive
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h130 while (*Opt != GT::child_end(Node)) {
H A DPostOrderIterator.h128 while (VisitStack.back().second != GT::child_end(VisitStack.back().first)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h356 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp112 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp479 static ChildIteratorType child_end(NodeRef Node) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1477 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
1489 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
1504 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }
1519 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp262 Stmt::child_iterator childE = OuterS->child_end();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp132 {GraphTraits<RegionNode *>::child_end(N.first), N.second}),
140 static ChildIteratorType child_end(const NodeRef &N) { function in struct:__anon4717::SubGraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1432 static inline ChildIteratorType child_end(NodeRef N) {
1447 static inline ChildIteratorType child_end(NodeRef N) {
1464 static inline ChildIteratorType child_end(NodeRef N) {
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.cc1006 std::sort(child_begin(), child_end(), cmp_children);
2143 n = (--n->child_end())->get();
2173 if (local_fixups->child_begin() != local_fixups->child_end())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h232 E = C->child_end();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h418 static ChildIteratorType child_end(NodeRef N) { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp614 DTNodeVectType Cn(GTN::child_begin(N), GTN::child_end(N));
966 DTNodeVectType Cn(GTN::child_begin(N), GTN::child_end(N));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp749 for (Comment::child_iterator I = FC->child_begin(), E = FC->child_end();

Completed in 240 milliseconds

123