LLVM: llvm::CostBenefitPair Class Reference (original) (raw)

#include "[llvm/Analysis/InlineCost.h](InlineCost%5F8h%5Fsource.html)"

Detailed Description

Definition at line 67 of file InlineCost.h.

Constructor & Destructor Documentation

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

Member Function Documentation

getBenefit()

const APInt & llvm::CostBenefitPair::getBenefit ( ) const inline

getCost()

const APInt & llvm::CostBenefitPair::getCost ( ) const inline

The documentation for this class was generated from the following file: