|
LLVM 23.0.0git
|
#include "llvm/Transforms/Coroutines/CoroShape.h"
Definition at line 105 of file CoroShape.h.
| unsigned llvm::coro::Shape::SwitchLoweringStorage::DestroyOffset |
Definition at line 111 of file CoroShape.h.
Referenced by buildFrameDebugInfo(), and buildFrameLayout().
| bool llvm::coro::Shape::SwitchLoweringStorage::HasFinalSuspend |
Definition at line 114 of file CoroShape.h.
Referenced by markCoroutineAsDone(), and simplifySuspendPoints().
| bool llvm::coro::Shape::SwitchLoweringStorage::HasUnwindCoroEnd |
Definition at line 115 of file CoroShape.h.
Referenced by markCoroutineAsDone().
| unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexAlign |
Definition at line 112 of file CoroShape.h.
Referenced by buildFrameDebugInfo(), and buildFrameLayout().
| unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexOffset |
Definition at line 113 of file CoroShape.h.
Referenced by buildFrameDebugInfo(), buildFrameLayout(), and createSwitchIndexPtr().
| IntegerType* llvm::coro::Shape::SwitchLoweringStorage::IndexType |
Definition at line 109 of file CoroShape.h.
Referenced by buildFrameLayout().
| AllocaInst* llvm::coro::Shape::SwitchLoweringStorage::PromiseAlloca |
Definition at line 107 of file CoroShape.h.
Referenced by collectFrameAlloca(), insertSpills(), and llvm::coro::normalizeCoroutine().
| BasicBlock* llvm::coro::Shape::SwitchLoweringStorage::ResumeEntryBlock |
Definition at line 108 of file CoroShape.h.
| SwitchInst* llvm::coro::Shape::SwitchLoweringStorage::ResumeSwitch |
Definition at line 106 of file CoroShape.h.