Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ProcessedSuccs

105       std::set<const BasicBlock*> ProcessedSuccs;
108 if (ProcessedSuccs.insert(*SI).second) {
598 std::set<const BasicBlock*> ProcessedSuccs;
603 if (ProcessedSuccs.insert(*sbbi).second) {