Searched refs:getDescendants (Results 1 – 17 of 17) sorted by relevance
/external/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 166 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/ |
D | DominatorTreeTest.cpp | 240 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/ |
D | SafepointIRVerifier.cpp | 172 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 171 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock()
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 396 void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const { in getDescendants() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 351 void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const {
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 374 void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const {
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 747 DT->getDescendants(BB1, DominatedBBs); in findEquivalenceClasses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 156 PDT->getDescendants(const_cast<BasicBlock *>(BB), Descendants); in UpdatePDTWorklist()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 315 PDT->getDescendants(const_cast<BasicBlock *>(BB), Descendants); in UpdatePDTWorklist()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 499 DT.getDescendants(*SI, DominateVector); in computeOutliningColdRegionsInfo()
|
D | SampleProfile.cpp | 1273 DT->getDescendants(BB1, DominatedBBs); in findEquivalenceClasses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 502 DT.getDescendants(*SI, DominateVector); in computeOutliningColdRegionsInfo()
|
D | SampleProfile.cpp | 1211 DT->getDescendants(BB1, DominatedBBs); in findEquivalenceClasses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2565 DT->getDescendants(D, Dom); in addDeadBlock()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2584 DT->getDescendants(D, Dom); in addDeadBlock()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2762 DT->getDescendants(D, Dom); in addDeadBlock()
|