LLVM 20.0.0git
|
#include "llvm/Transforms/Coroutines/CoroShape.h"
Definition at line 115 of file CoroShape.h.
bool llvm::coro::Shape::SwitchLoweringStorage::HasFinalSuspend |
Definition at line 122 of file CoroShape.h.
Referenced by llvm::coro::BaseCloner::create(), llvm::coro::BaseCloner::handleFinalSuspend(), markCoroutineAsDone(), and simplifySuspendPoints().
bool llvm::coro::Shape::SwitchLoweringStorage::HasUnwindCoroEnd |
Definition at line 123 of file CoroShape.h.
Referenced by llvm::coro::BaseCloner::handleFinalSuspend(), and markCoroutineAsDone().
unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexAlign |
Definition at line 120 of file CoroShape.h.
Referenced by buildFrameDebugInfo(), and buildFrameType().
unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexField |
Definition at line 119 of file CoroShape.h.
Referenced by buildFrameDebugInfo(), buildFrameType(), and llvm::coro::Shape::getSwitchIndexField().
unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexOffset |
Definition at line 121 of file CoroShape.h.
Referenced by buildFrameDebugInfo(), and buildFrameType().
AllocaInst* llvm::coro::Shape::SwitchLoweringStorage::PromiseAlloca |
Definition at line 117 of file CoroShape.h.
Referenced by llvm::coro::Shape::getPromiseAlloca(), insertSpills(), and llvm::coro::normalizeCoroutine().
BasicBlock* llvm::coro::Shape::SwitchLoweringStorage::ResumeEntryBlock |
Definition at line 118 of file CoroShape.h.
Referenced by llvm::coro::BaseCloner::replaceEntryBlock().
SwitchInst* llvm::coro::Shape::SwitchLoweringStorage::ResumeSwitch |
Definition at line 116 of file CoroShape.h.
Referenced by llvm::coro::BaseCloner::handleFinalSuspend().