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

References

lib/CodeGen/WinEHPrepare.cpp
 1079     SpillSlot = new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr,
 1082     Value *V = new LoadInst(PN->getType(), SpillSlot,
 1086     return SpillSlot;
 1101     replaceUseWithLoad(PN, U, SpillSlot, Loads, F);
 1103   return SpillSlot;