class PseudoProbeInst

Declaration

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

Description

A wrapper class for inspecting calls to intrinsic functions. This allows the standard isa/dyncast/cast functionality to work with calls to intrinsic functions.

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

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

Method Overview

  • public static bool classof(const llvm::IntrinsicInst * I)
  • public static bool classof(const llvm::Value * V)
  • public llvm::ConstantInt * getAttributes() const
  • public llvm::ConstantInt * getFactor() const
  • public llvm::ConstantInt * getFuncGuid() const
  • public llvm::ConstantInt * getIndex() 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:1316

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V

llvm::ConstantInt* getAttributes() const

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

llvm::ConstantInt* getFactor() const

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

llvm::ConstantInt* getFuncGuid() const

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

llvm::ConstantInt* getIndex() const

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