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

References

lib/Transforms/Coroutines/CoroFrame.cpp
 1276   for (auto Suspend : Shape.CoroSuspends) {
 1277     (void) emitSetAndGetSwiftErrorValueAround(Suspend, Alloca, Shape);
 1281   for (auto End : Shape.CoroEnds) {
 1284     (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape);
 1289   eliminateSwiftErrorAlloca(F, Alloca, Shape);