LLVM 17.0.0git
|
#include "Transforms/Coroutines/CoroInstr.h"
Public Member Functions | |
bool | hasOutlinedParts () const |
bool | isPostSplit () const |
bool | isPreSplit () const |
Public Attributes | |
ConstantStruct * | OutlinedParts = nullptr |
ConstantArray * | Resumers = nullptr |
Definition at line 154 of file CoroInstr.h.
|
inline |
Definition at line 158 of file CoroInstr.h.
|
inline |
Definition at line 159 of file CoroInstr.h.
|
inline |
Definition at line 160 of file CoroInstr.h.
ConstantStruct* llvm::CoroIdInst::Info::OutlinedParts = nullptr |
Definition at line 155 of file CoroInstr.h.
ConstantArray* llvm::CoroIdInst::Info::Resumers = nullptr |
Definition at line 156 of file CoroInstr.h.