Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h189 const_child_iterator child_end() const { in child_end() function
363 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h166 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h88 static ChildIteratorType child_end(NodeRef N) { return N->succ_rend(); } 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/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/Transforms/Coroutines/
H A DMaterializationUtils.cpp149 static ChildIteratorType child_end(NodeRef N) { return N->Operands.end(); } in child_end() function
/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.cpp680 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp473 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/Object/
H A DArchive.cpp1002 Archive::child_iterator Archive::child_end() const { in child_end() function in Archive
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp180 static ChildIteratorType child_end(const NodeRef &N) { in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1225 static ChildIteratorType child_end(NodeRef Ref) { in child_end() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1675 static ChildIteratorType child_end(NodeRef N) { in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp844 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } in child_end() function
H A DAttributor.cpp4139 static ChildIteratorType child_end(NodeRef N) { return N->child_end(); } in child_end() function
H A DMemProfContextDisambiguation.cpp3101 static ChildIteratorType child_end(NodeRef N) { in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2474 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.cpp2121 static ChildIteratorType child_end(NodeRef N) { return N->children_end(); } in child_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5197 static ChildIteratorType child_end(NodeRef N) { in child_end() function