LLVM 17.0.0git
Public Attributes | List of all members
llvm::coro::Shape::SwitchLoweringStorage Struct Reference

#include "Transforms/Coroutines/CoroInternal.h"

Collaboration diagram for llvm::coro::Shape::SwitchLoweringStorage:
Collaboration graph
[legend]

Public Attributes

SwitchInstResumeSwitch
 
AllocaInstPromiseAlloca
 
BasicBlockResumeEntryBlock
 
unsigned IndexField
 
unsigned IndexAlign
 
unsigned IndexOffset
 
bool HasFinalSuspend
 
bool HasUnwindCoroEnd
 

Detailed Description

Definition at line 107 of file CoroInternal.h.

Member Data Documentation

◆ HasFinalSuspend

bool llvm::coro::Shape::SwitchLoweringStorage::HasFinalSuspend

Definition at line 114 of file CoroInternal.h.

Referenced by simplifySuspendPoints().

◆ HasUnwindCoroEnd

bool llvm::coro::Shape::SwitchLoweringStorage::HasUnwindCoroEnd

Definition at line 115 of file CoroInternal.h.

Referenced by createResumeEntryBlock().

◆ IndexAlign

unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexAlign

Definition at line 112 of file CoroInternal.h.

Referenced by buildFrameDebugInfo(), and buildFrameType().

◆ IndexField

unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexField

Definition at line 111 of file CoroInternal.h.

Referenced by buildFrameDebugInfo(), and buildFrameType().

◆ IndexOffset

unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexOffset

Definition at line 113 of file CoroInternal.h.

Referenced by buildFrameDebugInfo(), and buildFrameType().

◆ PromiseAlloca

AllocaInst* llvm::coro::Shape::SwitchLoweringStorage::PromiseAlloca

◆ ResumeEntryBlock

BasicBlock* llvm::coro::Shape::SwitchLoweringStorage::ResumeEntryBlock

Definition at line 110 of file CoroInternal.h.

Referenced by createResumeEntryBlock().

◆ ResumeSwitch

SwitchInst* llvm::coro::Shape::SwitchLoweringStorage::ResumeSwitch

Definition at line 108 of file CoroInternal.h.

Referenced by createResumeEntryBlock().


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