LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ Aliases

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

Definition at line 24 of file SpillUtils.h.

◆ Alloca

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

Definition at line 23 of file SpillUtils.h.

◆ MayWriteBeforeCoroBegin

bool llvm::coro::AllocaInfo::MayWriteBeforeCoroBegin

Definition at line 25 of file SpillUtils.h.


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