Home | History | Annotate | Download | only in Utils

Lines Matching full:succs

1159   // Now we know that this block has multiple preds and two succs.
2569 SmallPtrSet<Value *, 8> Succs;
2572 if (!Dest->hasAddressTaken() || !Succs.insert(Dest)) {