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

References

lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  350   StoreInst *OnlyStore = Info.OnlyStore;
  356   Info.UsingBlocks.clear();
  378           Info.UsingBlocks.push_back(StoreBB);
  385         Info.UsingBlocks.push_back(LI->getParent());
  410   if (!Info.UsingBlocks.empty())
  415   for (DbgVariableIntrinsic *DII : Info.DbgDeclares) {
  417     ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB);
  421   Info.OnlyStore->eraseFromParent();
  422   LBI.deleteValue(Info.OnlyStore);