reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  133         Info->Preds = nullptr;
  135         Info->Preds = static_cast<BBInfo **>(Allocator.Allocate(
  144           Info->Preds[p] = BBMapBucket.second;
  152         Info->Preds[p] = PredInfo;
  252           BBInfo *Pred = Info->Preds[p];
  310           if (IsDefInDomFrontier(Info->Preds[p], Info->IDom)) {
  372         BBInfo *PredInfo = Info->Preds[p];