class CoroIdInst

Declaration

class CoroIdInst : public AnyCoroIdInst { /* full declaration omitted */ };

Description

This represents the llvm.coro.id instruction.

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

Inherits from: AnyCoroIdInst

Member Variables

Inherited from CallBase:

protected Attrs
protected FTy
protected static CalledOperandOpEndIdx = -1

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 29
public static MaximumAlignment = 1U << MaxAlignmentExponent

Method Overview

Inherited from AnyCoroIdInst:

Inherited from IntrinsicInst:

Inherited from CallInst:

Inherited from CallBase:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

static bool classof(const llvm::IntrinsicInst* I)

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

Parameters

const llvm::IntrinsicInst* I

static bool classof(const llvm::Value* V)

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

Parameters

const llvm::Value* V

void clearPromise()

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

llvm::Function* getCoroutine() const

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

llvm::CoroIdInst::Info getInfo() const

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

llvm::AllocaInst* getPromise() const

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

llvm::Constant* getRawInfo() const

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

void setCoroutineSelf()

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

void setInfo(llvm::Constant* C)

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

Parameters

llvm::Constant* C