Searched refs:RetconLowering (Results 1 – 4 of 4) sorted by relevance
165 RetconLoweringStorage RetconLowering; member213 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()240 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()251 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
414 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()415 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()416 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()417 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()418 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()537 auto Alloc = RetconLowering.Alloc; in emitAlloc()560 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
172 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()795 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()904 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()1635 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()1693 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
1167 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()