Home | History | Annotate | Download | only in Utils

Lines Matching defs:Succs

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