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

Declarations

include/llvm/IR/BasicBlock.h
  408   void replaceSuccessorsPhiUsesWith(BasicBlock *New);

References

lib/IR/Value.cpp
  426     BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New));
lib/Transforms/Scalar/LICM.cpp
  762       InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc);
lib/Transforms/Scalar/LoopFuse.cpp
 1177     FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader);
 1178     FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch);
 1412     FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader);
 1413     FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch);