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
- public CostBenefitPair(llvm::APInt Cost, llvm::APInt Benefit)
- public const llvm::APInt & getBenefit() const
- public const llvm::APInt & getCost() const
Methods
¶CostBenefitPair(llvm::APInt Cost,
llvm::APInt Benefit)
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
const llvm::APInt& getBenefit() const
Declared at: llvm/include/llvm/Analysis/InlineCost.h:70
¶const llvm::APInt& getCost() const
const llvm::APInt& getCost() const
Declared at: llvm/include/llvm/Analysis/InlineCost.h:68