LLVM 22.0.0git
llvm::coro::AllocaInfo Struct Reference

#include "llvm/Transforms/Coroutines/SpillUtils.h"

Public Member Functions

 AllocaInfo (AllocaInst *Alloca, DenseMap< Instruction *, std::optional< APInt > > Aliases, bool MayWriteBeforeCoroBegin)

Public Attributes

AllocaInstAlloca
DenseMap< Instruction *, std::optional< APInt > > Aliases
bool MayWriteBeforeCoroBegin

Detailed Description

Definition at line 22 of file SpillUtils.h.

Constructor & Destructor Documentation

◆ AllocaInfo()

llvm::coro::AllocaInfo::AllocaInfo ( AllocaInst * Alloca,
DenseMap< Instruction *, std::optional< APInt > > Aliases,
bool MayWriteBeforeCoroBegin )
inline

Definition at line 26 of file SpillUtils.h.

References Aliases, Alloca, MayWriteBeforeCoroBegin, and llvm::move().

Member Data Documentation

◆ Aliases

DenseMap<Instruction *, std::optional<APInt> > llvm::coro::AllocaInfo::Aliases

Definition at line 24 of file SpillUtils.h.

Referenced by AllocaInfo().

◆ Alloca

AllocaInst* llvm::coro::AllocaInfo::Alloca

Definition at line 23 of file SpillUtils.h.

Referenced by AllocaInfo().

◆ MayWriteBeforeCoroBegin

bool llvm::coro::AllocaInfo::MayWriteBeforeCoroBegin

Definition at line 25 of file SpillUtils.h.

Referenced by AllocaInfo().


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