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

References

include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  171       Info->IDom = PseudoEntry;
  217         Blk1 = Blk1->IDom;
  222         Blk2 = Blk2->IDom;
  270         if (NewIDom && NewIDom != Info->IDom) {
  271           Info->IDom = NewIDom;
  283     for (; Pred != IDom; Pred = Pred->IDom) {
  308         BBInfo *NewDefBB = Info->IDom->DefBB;
  310           if (IsDefInDomFrontier(Info->Preds[p], Info->IDom)) {