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

Methods

bool hasOutlinedParts() const

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:158

bool isPostSplit() const

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:159

bool isPreSplit() const

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:160