class BranchFolder::MergePotentialsElt

Declaration

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

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

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:62

Parameters

unsigned int h
llvm::MachineBasicBlock* b

llvm::MachineBasicBlock* getBlock() const

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

unsigned int getHash() const

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

void setBlock(llvm::MachineBasicBlock* MBB)

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

Parameters

llvm::MachineBasicBlock* MBB