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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  895     ReplPHI = PHINode::Create(LandingPad->getType(), 1, "", LandingPad);
  896     ReplPHI->takeName(LandingPad);
  897     LandingPad->replaceAllUsesWith(ReplPHI);
  904     auto *IncomingBB = ehAwareSplitEdge(Pred, &BB, LandingPad, ReplPHI);
  916     } while (PN != ReplPHI); // ReplPHI is either null or the PHI that replaced