struct CoroIdInst::Info
Declaration
struct CoroIdInst::Info { /* full declaration omitted */ };
Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:154
Member Variables
- public llvm::ConstantStruct* OutlinedParts = nullptr
- public llvm::ConstantArray* Resumers = nullptr
Method Overview
- public bool hasOutlinedParts() const
- public bool isPostSplit() const
- public bool isPreSplit() const
Methods
¶bool hasOutlinedParts() const
bool hasOutlinedParts() const
Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:158
¶bool isPostSplit() const
bool isPostSplit() const
Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:159
¶bool isPreSplit() const
bool isPreSplit() const
Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:160