/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 159 const_child_iterator child_begin() const { in child_begin() function 329 static ChildIteratorType child_begin(NodeRef Ref) { in child_begin() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 87 static ChildIteratorType child_begin(NodeRef N) { return N->succ_rbegin(); } in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 334 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 99 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 108 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|
H A D | BlockFrequencyInfoImpl.cpp | 679 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } in child_begin() function
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.hh | 563 inline child_iterator child_begin() in child_begin() function in dtc::fdt::node
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 138 static ChildIteratorType child_begin(const NodeRef &N) { in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 987 Archive::child_iterator Archive::child_begin(Error &Err, in child_begin() function in Archive
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 592 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); } in child_begin() function
|
H A D | MemProfContextDisambiguation.cpp | 2360 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
|
H A D | Attributor.cpp | 4147 static ChildIteratorType child_begin(NodeRef N) { return N->child_begin(); } in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2356 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2125 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 443 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4052 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
|