Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DDominatorTreeTest.cpp166 DT->getDescendants(BB0, DominatedBBs); in runOnFunction()
167 PDT->getDescendants(BB0, PostDominatedBBs); in runOnFunction()
174 DT->getDescendants(BB3, DominatedBBs); in runOnFunction()
175 DT->getDescendants(BB3, PostDominatedBBs); in runOnFunction()
/external/llvm-project/llvm/unittests/IR/
DDominatorTreeTest.cpp240 DT->getDescendants(BB0, DominatedBBs); in TEST()
241 PDT->getDescendants(BB0, PostDominatedBBs); in TEST()
248 DT->getDescendants(BB3, DominatedBBs); in TEST()
249 DT->getDescendants(BB3, PostDominatedBBs); in TEST()
/external/llvm-project/llvm/lib/IR/
DSafepointIRVerifier.cpp172 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp171 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock()
/external/llvm/include/llvm/Support/
DGenericDomTree.h396 void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const { in getDescendants() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h351 void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const {
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTree.h374 void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const {
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp747 DT->getDescendants(BB1, DominatedBBs); in findEquivalenceClasses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp156 PDT->getDescendants(const_cast<BasicBlock *>(BB), Descendants); in UpdatePDTWorklist()
/external/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp315 PDT->getDescendants(const_cast<BasicBlock *>(BB), Descendants); in UpdatePDTWorklist()
/external/llvm-project/llvm/lib/Transforms/IPO/
DPartialInlining.cpp499 DT.getDescendants(*SI, DominateVector); in computeOutliningColdRegionsInfo()
DSampleProfile.cpp1273 DT->getDescendants(BB1, DominatedBBs); in findEquivalenceClasses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp502 DT.getDescendants(*SI, DominateVector); in computeOutliningColdRegionsInfo()
DSampleProfile.cpp1211 DT->getDescendants(BB1, DominatedBBs); in findEquivalenceClasses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2565 DT->getDescendants(D, Dom); in addDeadBlock()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2584 DT->getDescendants(D, Dom); in addDeadBlock()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp2762 DT->getDescendants(D, Dom); in addDeadBlock()