Home
last modified time | relevance | path

Searched refs:getDescendants (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h141 void getDescendants(MachineBasicBlock *A, in getDescendants() function
144 Base::getDescendants(A, Result); in getDescendants()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp170 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h388 void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h675 DT->getDescendants(BB1, DominatedBBs);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1845 DT.getDescendants(BB, Descendants); in replaceArgumentUses()
1850 DT.getDescendants(BB, Descendants); in replaceArgumentUses()
H A DPartialInlining.cpp450 DT.getDescendants(*SI, DominateVector); in computeOutliningColdRegionsInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp3223 DT->getDescendants(D, Dom); in addDeadBlock()