LLVM 17.0.0git
|
#include "Transforms/Coroutines/CoroInternal.h"
Definition at line 107 of file CoroInternal.h.
bool llvm::coro::Shape::SwitchLoweringStorage::HasFinalSuspend |
Definition at line 114 of file CoroInternal.h.
Referenced by simplifySuspendPoints().
bool llvm::coro::Shape::SwitchLoweringStorage::HasUnwindCoroEnd |
Definition at line 115 of file CoroInternal.h.
Referenced by createResumeEntryBlock().
unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexAlign |
Definition at line 112 of file CoroInternal.h.
Referenced by buildFrameDebugInfo(), and buildFrameType().
unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexField |
Definition at line 111 of file CoroInternal.h.
Referenced by buildFrameDebugInfo(), and buildFrameType().
unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexOffset |
Definition at line 113 of file CoroInternal.h.
Referenced by buildFrameDebugInfo(), and buildFrameType().
AllocaInst* llvm::coro::Shape::SwitchLoweringStorage::PromiseAlloca |
Definition at line 109 of file CoroInternal.h.
Referenced by llvm::coro::buildCoroutineFrame(), collectFrameAlloca(), and insertSpills().
BasicBlock* llvm::coro::Shape::SwitchLoweringStorage::ResumeEntryBlock |
Definition at line 110 of file CoroInternal.h.
Referenced by createResumeEntryBlock().
SwitchInst* llvm::coro::Shape::SwitchLoweringStorage::ResumeSwitch |
Definition at line 108 of file CoroInternal.h.
Referenced by createResumeEntryBlock().