Searched refs:RetconLowering (Results 1 – 4 of 4) sorted by relevance
147 RetconLoweringStorage RetconLowering; member195 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()222 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()233 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
334 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()335 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()336 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()337 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()338 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()457 auto Alloc = RetconLowering.Alloc; in emitAlloc()480 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
175 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()896 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()1062 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()1878 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()1934 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
1388 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()