class AnyCoroIdRetconInst

Declaration

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

Description

This represents either the llvm.coro.id.retcon or llvm.coro.id.retcon.once instruction.

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

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

void checkWellFormed() const

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

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

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

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V

llvm::Function* getAllocFunction() const

Description

Return the function to use for allocating memory.

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

llvm::Function* getDeallocFunction() const

Description

Return the function to use for deallocating memory.

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

llvm::Function* getPrototype() const

Description

Return the prototype for the continuation function. The type, attributes, and calling convention of the continuation function(s) are taken from this declaration.

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

llvm::Value* getStorage() const

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

uint64_t getStorageAlignment() const

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

uint64_t getStorageSize() const

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