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

References

lib/Transforms/Coroutines/CoroFrame.cpp
 1269   Arg.replaceAllUsesWith(Alloca);
 1273   Builder.CreateStore(InitialValue, Alloca);
 1277     (void) emitSetAndGetSwiftErrorValueAround(Suspend, Alloca, Shape);
 1283     auto FinalValue = Builder.CreateLoad(ValueTy, Alloca);
 1288   AllocasToPromote.push_back(Alloca);
 1289   eliminateSwiftErrorAlloca(F, Alloca, Shape);