Home
last modified time | relevance | path

Searched refs:child_begin (Results 26 – 50 of 65) sorted by relevance

123

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineDominators.h265 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } in child_begin() function
H A DScheduleDAG.h671 static ChildIteratorType child_begin(NodeRef N) {
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h191 static ChildIteratorType child_begin(NodeRef N) { return N->Edges.begin(); }
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h261 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch()
1254 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
1263 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
H A DDDG.h500 static ChildIteratorType child_begin(NodeRef N) {
540 static ChildIteratorType child_begin(NodeRef N) {
H A DLoopIterator.h76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
H A DLazyCallGraph.h1244 static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); }
1252 static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); }
H A DMemorySSA.h1200 static ChildIteratorType child_begin(NodeRef N) { return N->defs_begin(); }
1209 static ChildIteratorType child_begin(NodeRef N) { return N->user_begin(); }
H A DBlockFrequencyInfoImpl.h1539 bool HasSucc = GraphTraits<const BlockT *>::child_begin(&BB) !=
1707 for (auto SI = GraphTraits<const BlockT *>::child_begin(BB),
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp99 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1495 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
1504 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
1516 static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); }
1528 static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); }
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DDominators.h285 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h245 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
/openbsd/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp727 child_iterator I = child_begin(Err, false); in Archive()
943 Archive::child_iterator Archive::child_begin(Error &Err, in child_begin() function in Archive
1240 child_iterator I = child_begin(Err, false); in BigArchive()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp109 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
H A DBlockFrequencyInfoImpl.cpp702 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } in child_begin() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h129 Opt.emplace(GT::child_begin(Node)); in toNext()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTree.h853 assert(std::distance(GraphT::child_begin(NewBB),
856 NodeRef NewBBSucc = *GraphT::child_begin(NewBB);
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp102 return createCXComment(*(C->child_begin() + ChildIdx), CXC.TranslationUnit); in clang_Comment_getChild()
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp261 Stmt::child_iterator currChildS = OuterS->child_begin(); in getPreviousAndNextStmt()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp480 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp614 DTNodeVectType Cn(GTN::child_begin(N), GTN::child_end(N)); in visitBlock()
966 DTNodeVectType Cn(GTN::child_begin(N), GTN::child_end(N)); in removeBlock()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp132 {GraphTraits<RegionNode *>::child_begin(N.first), N.second}, in children()
137 static ChildIteratorType child_begin(const NodeRef &N) { in child_begin() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DImmutableGraph.h415 static ChildIteratorType child_begin(NodeRef N) {
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h268 for (comments::Comment::child_iterator I = C->child_begin(), in Visit()

123