/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 162 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 D | PostOrderCFGView.h | 88 static ChildIteratorType child_end(NodeRef N) { return N->succ_rend(); } in child_end() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 84 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 335 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 103 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 112 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
|
H A D | BlockFrequencyInfoImpl.cpp | 680 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.hh | 570 inline child_iterator child_end() in child_end() function in dtc::fdt::node
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 142 static ChildIteratorType child_end(const NodeRef &N) { in child_end() function
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 1003 Archive::child_iterator Archive::child_end() const { in child_end() function in Archive
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 593 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } in child_end() function
|
H A D | MemProfContextDisambiguation.cpp | 2364 static ChildIteratorType child_end(NodeRef N) { in child_end() function
|
H A D | Attributor.cpp | 4149 static ChildIteratorType child_end(NodeRef N) { return N->child_end(); } in child_end() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2360 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2128 static ChildIteratorType child_end(NodeRef N) { return N->children_end(); } in child_end() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 446 static ChildIteratorType child_end(NodeRef N) { return N->Operands.end(); } in child_end() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4056 static ChildIteratorType child_end(NodeRef N) { in child_end() function
|