LLVM 20.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 187 of file CoroInstr.h.
|
inline |
Definition at line 191 of file CoroInstr.h.
|
inline |
Definition at line 192 of file CoroInstr.h.
|
inline |
Definition at line 193 of file CoroInstr.h.
ConstantStruct* llvm::CoroIdInst::Info::OutlinedParts = nullptr |
Definition at line 188 of file CoroInstr.h.
ConstantArray* llvm::CoroIdInst::Info::Resumers = nullptr |
Definition at line 189 of file CoroInstr.h.