LLVM 20.0.0git
|
#include "llvm/Transforms/Coroutines/SpillUtils.h"
Public Member Functions | |
AllocaInfo (AllocaInst *Alloca, DenseMap< Instruction *, std::optional< APInt > > Aliases, bool MayWriteBeforeCoroBegin) | |
Public Attributes | |
AllocaInst * | Alloca |
DenseMap< Instruction *, std::optional< APInt > > | Aliases |
bool | MayWriteBeforeCoroBegin |
Definition at line 22 of file SpillUtils.h.
|
inline |
Definition at line 26 of file SpillUtils.h.
DenseMap<Instruction *, std::optional<APInt> > llvm::coro::AllocaInfo::Aliases |
Definition at line 24 of file SpillUtils.h.
AllocaInst* llvm::coro::AllocaInfo::Alloca |
Definition at line 23 of file SpillUtils.h.
bool llvm::coro::AllocaInfo::MayWriteBeforeCoroBegin |
Definition at line 25 of file SpillUtils.h.