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

References

lib/Transforms/Utils/DemoteRegToStack.cpp
   36     Slot = new AllocaInst(I.getType(), DL.getAllocaAddrSpace(), nullptr,
   39     Slot = new AllocaInst(I.getType(), DL.getAllocaAddrSpace(), nullptr,
   75             V = new LoadInst(I.getType(), Slot, I.getName() + ".reload",
   84       Value *V = new LoadInst(I.getType(), Slot, I.getName() + ".reload",
  103   new StoreInst(&I, Slot, &*InsertPt);
  104   return Slot;