Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp299 for (auto &PDTChild : children<DomTreeNode *>(PDT.getRootNode())) { in initialize() local
300 auto *BB = PDTChild->getBlock(); in initialize()
310 for (auto DFNode : depth_first(PDTChild)) in initialize()