Lines Matching refs:Dom
2825 SmallVector<BasicBlock *, 8> Dom;2826 DT->getDescendants(D, Dom);2827 DeadBlocks.insert(Dom.begin(), Dom.end());2830 for (BasicBlock *B : Dom) {