LLVM 20.0.0git
|
#include "llvm/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 188 of file CoroInstr.h.
|
inline |
Definition at line 192 of file CoroInstr.h.
References OutlinedParts.
|
inline |
|
inline |
Definition at line 194 of file CoroInstr.h.
References isPostSplit().
ConstantStruct* llvm::CoroIdInst::Info::OutlinedParts = nullptr |
Definition at line 189 of file CoroInstr.h.
Referenced by hasOutlinedParts().
ConstantArray* llvm::CoroIdInst::Info::Resumers = nullptr |
Definition at line 190 of file CoroInstr.h.
Referenced by isPostSplit().