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

Declarations

include/llvm/Analysis/MemorySSA.h
  857   MemoryPhi *createMemoryPhi(BasicBlock *BB);

References

lib/Analysis/MemorySSA.cpp
 1501     createMemoryPhi(BB);
lib/Analysis/MemorySSAUpdater.cpp
   66     MemoryAccess *Result = MSSA->createMemoryPhi(BB);
  109         Phi = MSSA->createMemoryPhi(BB);
  382         MPhi = MSSA->createMemoryPhi(BBIDF);
  622   auto *NewMPhi = MSSA->createMemoryPhi(BEBlock);
  713       MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock);
  963       InsertedPhis.push_back(MSSA->createMemoryPhi(BB));
 1065         auto *IDFPhi = MSSA->createMemoryPhi(BBIDF);
 1251     MemoryPhi *NewPhi = MSSA->createMemoryPhi(New);