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

#include "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 187 of file CoroInstr.h.

Member Function Documentation

◆ hasOutlinedParts()

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

Definition at line 191 of file CoroInstr.h.

◆ isPostSplit()

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

Definition at line 192 of file CoroInstr.h.

◆ isPreSplit()

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

Definition at line 193 of file CoroInstr.h.

Member Data Documentation

◆ OutlinedParts

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

Definition at line 188 of file CoroInstr.h.

◆ Resumers

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

Definition at line 189 of file CoroInstr.h.


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