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

References

lib/Transforms/Utils/DemoteRegToStack.cpp
  121     Slot = new AllocaInst(P->getType(), DL.getAllocaAddrSpace(), nullptr,
  125     Slot = new AllocaInst(P->getType(), DL.getAllocaAddrSpace(), nullptr,
  136     new StoreInst(P->getIncomingValue(i), Slot,
  147       new LoadInst(P->getType(), Slot, P->getName() + ".reload", &*InsertPt);
  152   return Slot;