Searched refs:Descendants (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp154 SmallVector<BasicBlock *, 8> Descendants; local
157 PDT->getDescendants(const_cast<BasicBlock *>(BB), Descendants); local
158 for (auto *BB : Descendants)
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp49 Descendants, member in class:clang::ast_matchers::internal::__anon1620::MatchType
468 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp355 void findEquivalencesFor(BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants,
1145 /// \param Descendants Descendants of \p BB1 in either the dom or pdom tree.
1146 /// \param DomTree Opposite dominator tree. If \p Descendants is filled
1151 BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants,
1155 for (const auto *BB2 : Descendants) {
1150 findEquivalencesFor( BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants, DominatorTreeBase<BasicBlock, IsPostDom> *DomTree) argument

Completed in 72 milliseconds