Home
last modified time | relevance | path

Searched refs:getCostBenefit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h163 std::optional<CostBenefitPair> getCostBenefit() const { return CostBenefit; } in getCostBenefit() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp122 CostBenefit = IC.getCostBenefit(); in CostBenefitPriority()