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

References

include/llvm/Analysis/MemorySSA.h
  767     return getWritableBlockDefs(BB);
lib/Analysis/MemorySSA.cpp
 1174         if (auto *BlockDefs = getWritableBlockDefs(BB))
lib/Analysis/MemorySSAUpdater.cpp
  153   auto *Defs = MSSA->getWritableBlockDefs(MA->getBlock());
  180   auto *Defs = MSSA->getWritableBlockDefs(BB);
  271     if (auto *Defs = MSSA->getWritableBlockDefs(StartBlock)) {
  435     MemoryAccess *FirstDef = &*MSSA->getWritableBlockDefs(StartBlock)->begin();
  460     auto *Defs = MSSA->getWritableBlockDefs(NewDef->getBlock());
  488       if (auto *Defs = MSSA->getWritableBlockDefs(FixupBlock)) {
  825       MemorySSA::DefsList *Defs = MSSA->getWritableBlockDefs(BB);
 1091     if (auto DefsList = MSSA->getWritableBlockDefs(BlockWithDefsToReplace)) {
 1195   auto *Defs = MSSA->getWritableBlockDefs(From);