LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::CoroIdInst::Info Struct Reference

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

Public Member Functions

bool hasOutlinedParts () const
 
bool isPostSplit () const
 
bool isPreSplit () const
 

Public Attributes

ConstantStructOutlinedParts = nullptr
 
ConstantArrayResumers = nullptr
 

Detailed Description

Definition at line 188 of file CoroInstr.h.

Member Function Documentation

◆ hasOutlinedParts()

bool llvm::CoroIdInst::Info::hasOutlinedParts ( ) const
inline

Definition at line 192 of file CoroInstr.h.

References OutlinedParts.

◆ isPostSplit()

bool llvm::CoroIdInst::Info::isPostSplit ( ) const
inline

Definition at line 193 of file CoroInstr.h.

References Resumers.

Referenced by isPreSplit().

◆ isPreSplit()

bool llvm::CoroIdInst::Info::isPreSplit ( ) const
inline

Definition at line 194 of file CoroInstr.h.

References isPostSplit().

Member Data Documentation

◆ OutlinedParts

ConstantStruct* llvm::CoroIdInst::Info::OutlinedParts = nullptr

Definition at line 189 of file CoroInstr.h.

Referenced by hasOutlinedParts().

◆ Resumers

ConstantArray* llvm::CoroIdInst::Info::Resumers = nullptr

Definition at line 190 of file CoroInstr.h.

Referenced by isPostSplit().


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