class CoroSuspendAsyncInst

Declaration

class CoroSuspendAsyncInst : public AnyCoroSuspendInst { /* full declaration omitted */ };

Description

This represents the llvm.coro.suspend.async instruction.

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

Inherits from: AnyCoroSuspendInst

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 HasMetadata
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 32
public static MaximumAlignment = 1ULL << MaxAlignmentExponent

Method Overview

Inherited from AnyCoroSuspendInst:

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:534

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

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

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V

llvm::Function*
getAsyncContextProjectionFunction() const

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

llvm::Function* getMustTailCallFunction() const

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

llvm::CoroAsyncResumeInst* getResumeFunction()
    const

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

unsigned int getStorageArgumentIndex() const

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