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

#include <CoroInstr.h>

Collaboration diagram for llvm::CoroIdInst::Info:
[legend]

Public Member Functions

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

Public Attributes

ConstantStructOutlinedParts = nullptr
 
ConstantArrayResumers = nullptr
 

Detailed Description

Definition at line 135 of file CoroInstr.h.

Member Function Documentation

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

Definition at line 139 of file CoroInstr.h.

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

Definition at line 140 of file CoroInstr.h.

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

Definition at line 141 of file CoroInstr.h.

Member Data Documentation

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

Definition at line 136 of file CoroInstr.h.

Referenced by llvm::CoroIdInst::getInfo().

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

Definition at line 137 of file CoroInstr.h.

Referenced by llvm::CoroIdInst::getInfo().


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