Searched refs:RetconLowering (Results 1 – 4 of 4) sorted by relevance
150 RetconLoweringStorage RetconLowering; member198 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()225 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()236 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
341 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()342 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()343 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()344 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()345 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()464 auto Alloc = RetconLowering.Alloc; in emitAlloc()487 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
253 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()881 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()1047 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()1788 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()1844 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
1392 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()