Home
last modified time | relevance | path

Searched defs:child_end (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h158 const_child_iterator child_end() const { in child_end() function
328 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h84 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h266 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp103 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp98 Comment::child_iterator Comment::child_end() const { in child_end() function in clang::comments::Comment
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp112 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
H A DBlockFrequencyInfoImpl.cpp695 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp470 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
/freebsd/usr.bin/dtc/
H A Dfdt.hh570 inline child_iterator child_end() in child_end() function in dtc::fdt::node
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp142 static ChildIteratorType child_end(const NodeRef &N) { in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp996 Archive::child_iterator Archive::child_end() const { in child_end() function in Archive
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp593 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } in child_end() function
H A DMemProfContextDisambiguation.cpp2240 static ChildIteratorType child_end(NodeRef N) { in child_end() function
H A DAttributor.cpp4144 static ChildIteratorType child_end(NodeRef N) { return N->child_end(); } in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2256 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2036 static ChildIteratorType child_end(NodeRef N) { return N->children_end(); } in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp443 static ChildIteratorType child_end(NodeRef N) { return N->Operands.end(); } in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3625 static ChildIteratorType child_end(NodeRef N) { in child_end() function