|
LLVM 22.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 189 of file CoroInstr.h.
|
inline |
Definition at line 193 of file CoroInstr.h.
References OutlinedParts.
|
inline |
|
inline |
Definition at line 195 of file CoroInstr.h.
References isPostSplit().
| ConstantStruct* llvm::CoroIdInst::Info::OutlinedParts = nullptr |
Definition at line 190 of file CoroInstr.h.
Referenced by hasOutlinedParts().
| ConstantArray* llvm::CoroIdInst::Info::Resumers = nullptr |
Definition at line 191 of file CoroInstr.h.
Referenced by isPostSplit().