Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DeadNodeSet

5999   SmallPtrSet<SDNode*, 16> DeadNodeSet;
6005 DeadNodeSet.insert(Used);
6018 if (!DeadNodeSet.empty()) {
6020 for (SDNode *N : DeadNodeSet)