LLVM 19.0.0git
Public Attributes | List of all members
llvm::coro::Shape::RetconLoweringStorage Struct Reference

#include "Transforms/Coroutines/CoroInternal.h"

Public Attributes

FunctionResumePrototype
 
FunctionAlloc
 
FunctionDealloc
 
BasicBlockReturnBlock
 
bool IsFrameInlineInStorage
 

Detailed Description

Definition at line 126 of file CoroInternal.h.

Member Data Documentation

◆ Alloc

Function* llvm::coro::Shape::RetconLoweringStorage::Alloc

Definition at line 128 of file CoroInternal.h.

◆ Dealloc

Function* llvm::coro::Shape::RetconLoweringStorage::Dealloc

Definition at line 129 of file CoroInternal.h.

◆ IsFrameInlineInStorage

bool llvm::coro::Shape::RetconLoweringStorage::IsFrameInlineInStorage

Definition at line 131 of file CoroInternal.h.

Referenced by buildFrameType(), maybeFreeRetconStorage(), and splitRetconCoroutine().

◆ ResumePrototype

Function* llvm::coro::Shape::RetconLoweringStorage::ResumePrototype

Definition at line 127 of file CoroInternal.h.

◆ ReturnBlock

BasicBlock* llvm::coro::Shape::RetconLoweringStorage::ReturnBlock

Definition at line 130 of file CoroInternal.h.

Referenced by splitRetconCoroutine().


The documentation for this struct was generated from the following file: