Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h162 const_child_iterator child_end() const { in child_end() function
332 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_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/include/llvm/CodeGen/
H A DMachineDominators.h335 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/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/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.cpp1003 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.cpp2364 static ChildIteratorType child_end(NodeRef N) { in child_end() function
H A DAttributor.cpp4149 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.cpp2360 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.cpp2128 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.cpp446 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.cpp4056 static ChildIteratorType child_end(NodeRef N) { in child_end() function