class BranchFolder::MergePotentialsElt

Declaration

class BranchFolder::MergePotentialsElt { /* full declaration omitted */ };

Declared at: llvm/lib/CodeGen/BranchFolding.h:50

Member Variables

private unsigned int Hash
private llvm::MachineBasicBlock* Block

Method Overview

  • public MergePotentialsElt(unsigned int h, llvm::MachineBasicBlock * b)
  • public llvm::MachineBasicBlock * getBlock() const
  • public unsigned int getHash() const
  • public void setBlock(llvm::MachineBasicBlock * MBB)

Methods

MergePotentialsElt(unsigned int h,
                   llvm::MachineBasicBlock* b)

Declared at: llvm/lib/CodeGen/BranchFolding.h:55

Parameters

unsigned int h
llvm::MachineBasicBlock* b

llvm::MachineBasicBlock* getBlock() const

Declared at: llvm/lib/CodeGen/BranchFolding.h:59

unsigned int getHash() const

Declared at: llvm/lib/CodeGen/BranchFolding.h:58

void setBlock(llvm::MachineBasicBlock* MBB)

Declared at: llvm/lib/CodeGen/BranchFolding.h:61

Parameters

llvm::MachineBasicBlock* MBB