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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  587   auto *CB = Shape.CoroBegin;
  590   StructType *FrameTy = Shape.FrameTy;
  610   if (auto *PromiseAlloca = Shape.getPromiseAlloca()) {
  611     assert(Shape.ABI == coro::ABI::Switch);
  748   Shape.AllocaSpillBlock = SpillBlock;
  753   Builder.SetInsertPoint(&Shape.AllocaSpillBlock->front());