class InstrProfIncrementInst

Declaration

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

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:793

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

  • public static bool classof(const llvm::IntrinsicInst * I)
  • public static bool classof(const llvm::Value * V)
  • public llvm::ConstantInt * getHash() const
  • public llvm::ConstantInt * getIndex() const
  • public llvm::GlobalVariable * getName() const
  • public llvm::ConstantInt * getNumCounters() const
  • public llvm::Value * getStep() const

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/IntrinsicInst.h:795

Parameters

const llvm::IntrinsicInst* I

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

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:798

Parameters

const llvm::Value* V

llvm::ConstantInt* getHash() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:807

llvm::ConstantInt* getIndex() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:815

llvm::GlobalVariable* getName() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:802

llvm::ConstantInt* getNumCounters() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:811

llvm::Value* getStep() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:819