/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 159 const_child_iterator child_begin() const { child_begin() function 329 static ChildIteratorType child_begin(NodeRef Ref) { child_begin() function
|
/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
|
/llvm-project/llvm/unittests/ADT/ |
H A D | TestGraph.h | 224 static ChildIterator child_begin(NodeType *Parent) { in child_begin() function
|
H A D | DirectedGraphTest.cpp | 69 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 99 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 334 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } child_begin() function
|
/llvm-project/clang/lib/AST/ |
H A D | Comment.cpp | 83 Comment::child_iterator Comment::child_begin() const { in child_begin() function in clang::comments::Comment
|
/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
|
/llvm-project/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 466 static ChildIteratorType child_begin(NodeRef Node) { child_begin() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 138 static ChildIteratorType child_begin(const NodeRef &N) { child_begin() function
|
/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 987 Archive::child_iterator Archive::child_begin(Error &Err, child_begin() function in Archive
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 592 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); } child_begin() function
|
H A D | MemProfContextDisambiguation.cpp | 2309 static ChildIteratorType child_begin(NodeRef N) { child_begin() function
|
H A D | Attributor.cpp | 4151 static ChildIteratorType child_begin(NodeRef N) { return N->child_begin(); } child_begin() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2331 static ChildIteratorType child_begin(const NodeRef N) { child_begin() function
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2116 static ChildIteratorType child_begin(NodeRef N) { child_begin() function
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 443 static ChildIteratorType child_begin(NodeRef N) { child_begin() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4028 static ChildIteratorType child_begin(NodeRef N) { child_begin() function
|