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

#include "Transforms/Coroutines/CoroInstr.h"

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

Public Member Functions

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

Public Attributes

ConstantStructOutlinedParts = nullptr
 
ConstantArrayResumers = nullptr
 

Detailed Description

Definition at line 138 of file CoroInstr.h.

Member Function Documentation

◆ hasOutlinedParts()

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

Definition at line 142 of file CoroInstr.h.

◆ isPostSplit()

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

Definition at line 143 of file CoroInstr.h.

◆ isPreSplit()

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

Definition at line 144 of file CoroInstr.h.

Member Data Documentation

◆ OutlinedParts

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

Definition at line 139 of file CoroInstr.h.

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

◆ Resumers

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

Definition at line 140 of file CoroInstr.h.

Referenced by getFirstNonAllocaInTheEntryBlock(), and llvm::CoroIdInst::getInfo().


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