class GCProjectionInst

Declaration

class GCProjectionInst : public IntrinsicInst { /* full declaration omitted */ };

Description

Common base class for representing values projected from a statepoint. Currently, the only projections available are gc.result and gc.relocate.

Declared at: llvm/include/llvm/IR/Statepoint.h:316

Inherits from: IntrinsicInst

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 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/include/llvm/IR/Statepoint.h:318

Parameters

const llvm::IntrinsicInst* I

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

Declared at: llvm/include/llvm/IR/Statepoint.h:323

Parameters

const llvm::Value* V

const llvm::CallBase* getStatepoint() const

Description

The statepoint with which this gc.relocate is associated.

Declared at: llvm/include/llvm/IR/Statepoint.h:336

bool isTiedToInvoke() const

Description

Return true if this relocate is tied to the invoke statepoint. This includes relocates which are on the unwinding path.

Declared at: llvm/include/llvm/IR/Statepoint.h:329