reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
170 DT->getDescendants(const_cast<BasicBlock*>(D), Dom);
lib/Transforms/IPO/PartialInlining.cpp 501 DT.getDescendants(*SI, DominateVector);
lib/Transforms/IPO/SampleProfile.cpp 1110 DT->getDescendants(BB1, DominatedBBs);
lib/Transforms/Scalar/GVN.cpp 2534 DT->getDescendants(D, Dom);
unittests/IR/DominatorTreeTest.cpp209 DT->getDescendants(BB0, DominatedBBs); 210 PDT->getDescendants(BB0, PostDominatedBBs); 217 DT->getDescendants(BB3, DominatedBBs); 218 DT->getDescendants(BB3, PostDominatedBBs);