|
LLVM
8.0.1
|
#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 138 of file CoroInstr.h.
|
inline |
Definition at line 142 of file CoroInstr.h.
|
inline |
Definition at line 143 of file CoroInstr.h.
|
inline |
Definition at line 144 of file CoroInstr.h.
| ConstantStruct* llvm::CoroIdInst::Info::OutlinedParts = nullptr |
Definition at line 139 of file CoroInstr.h.
Referenced by llvm::CoroIdInst::getInfo().
| ConstantArray* llvm::CoroIdInst::Info::Resumers = nullptr |
Definition at line 140 of file CoroInstr.h.
Referenced by getFirstNonAllocaInTheEntryBlock(), and llvm::CoroIdInst::getInfo().
1.8.13