class CostBenefitPair

Declaration

class CostBenefitPair { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Analysis/InlineCost.h:64

Member Variables

private llvm::APInt Cost
private llvm::APInt Benefit

Method Overview

Methods

CostBenefitPair(llvm::APInt Cost,
                llvm::APInt Benefit)

Declared at: llvm/include/llvm/Analysis/InlineCost.h:66

Parameters

llvm::APInt Cost
llvm::APInt Benefit

const llvm::APInt& getBenefit() const

Declared at: llvm/include/llvm/Analysis/InlineCost.h:70

const llvm::APInt& getCost() const

Declared at: llvm/include/llvm/Analysis/InlineCost.h:68