Home
last modified time | relevance | path

Searched refs:children_begin (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h156 std::vector<GIMatchTree>::iterator children_begin() { in children_begin() function
161 return make_range(children_begin(), children_end()); in children()
163 std::vector<GIMatchTree>::const_iterator children_begin() const { in children_begin() function
170 return make_range(children_begin(), children_end()); in children()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DStandardInstrumentations.cpp1291 ChildIterator children_begin() const { return Children.cbegin(); } in children_begin() function in __anon12f757622511::DisplayNode
1780 return N->children_begin(); in child_begin()