class UnreachableInst

Declaration

class UnreachableInst : public Instruction { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/Instructions.h:4673

Inherits from: Instruction

Member Variables

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 UnreachableInst(llvm::LLVMContext & C, llvm::Instruction * InsertBefore = nullptr)
  • public UnreachableInst(llvm::LLVMContext & C, llvm::BasicBlock * InsertAtEnd)
  • public static bool classof(const llvm::Instruction * I)
  • public static bool classof(const llvm::Value * V)
  • protected llvm::UnreachableInst * cloneImpl() const
  • public unsigned int getNumSuccessors() const

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

UnreachableInst(
    llvm::LLVMContext& C,
    llvm::Instruction* InsertBefore = nullptr)

Declared at: llvm/include/llvm/IR/Instructions.h:4681

Parameters

llvm::LLVMContext& C
llvm::Instruction* InsertBefore = nullptr

UnreachableInst(llvm::LLVMContext& C,
                llvm::BasicBlock* InsertAtEnd)

Declared at: llvm/include/llvm/IR/Instructions.h:4682

Parameters

llvm::LLVMContext& C
llvm::BasicBlock* InsertAtEnd

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

Declared at: llvm/include/llvm/IR/Instructions.h:4692

Parameters

const llvm::Instruction* I

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

Declared at: llvm/include/llvm/IR/Instructions.h:4695

Parameters

const llvm::Value* V

llvm::UnreachableInst* cloneImpl() const

Declared at: llvm/include/llvm/IR/Instructions.h:4678

unsigned int getNumSuccessors() const

Declared at: llvm/include/llvm/IR/Instructions.h:4689