Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseImpl.h130 ArrayRef<BasicBlockT *> Descendants,
407 BasicBlockT *BB1, ArrayRef<BasicBlockT *> Descendants,
411 for (const auto *BB2 : Descendants) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp49 Descendants, enumerator
593 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively()