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

References

lib/CodeGen/WinEHPrepare.cpp
 1072   BasicBlock *PHIBlock = PN->getParent();
 1079     SpillSlot = new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr,
 1080                                Twine(PN->getName(), ".wineh.spillslot"),
 1082     Value *V = new LoadInst(PN->getType(), SpillSlot,
 1083                             Twine(PN->getName(), ".wineh.reload"),
 1085     PN->replaceAllUsesWith(V);
 1092   for (Value::use_iterator UI = PN->use_begin(), UE = PN->use_end();
 1092   for (Value::use_iterator UI = PN->use_begin(), UE = PN->use_end();
 1101     replaceUseWithLoad(PN, U, SpillSlot, Loads, F);