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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  478     Shape.RetconLowering.IsFrameInlineInStorage
lib/Transforms/Coroutines/CoroInternal.h
  166       return RetconLowering.ResumePrototype->getFunctionType();
  189     auto FTy = RetconLowering.ResumePrototype->getFunctionType();
  200       return RetconLowering.ResumePrototype->getCallingConv();
lib/Transforms/Coroutines/CoroSplit.cpp
  164   if (Shape.RetconLowering.IsFrameInlineInStorage)
  625     if (Shape.RetconLowering.IsFrameInlineInStorage)
  691     NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes();
 1203   if (Shape.RetconLowering.IsFrameInlineInStorage) {
 1260       Shape.RetconLowering.ReturnBlock = ReturnBB;
lib/Transforms/Coroutines/Coroutines.cpp
  383     this->RetconLowering.ResumePrototype = Prototype;
  384     this->RetconLowering.Alloc = ContinuationId->getAllocFunction();
  385     this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction();
  386     this->RetconLowering.ReturnBlock = nullptr;
  387     this->RetconLowering.IsFrameInlineInStorage = false;
  506     auto Alloc = RetconLowering.Alloc;
  527     auto Dealloc = RetconLowering.Dealloc;