Home
last modified time | relevance | path

Searched defs:CostBenefit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp25 enum class InlinePriorityMode : int { Size, Cost, CostBenefit, ML }; enumerator
179 std::optional<CostBenefitPair> CostBenefit; member in __anona7cbcc7e0111::CostBenefitPriority
H A DInlineCost.cpp600 std::optional<CostBenefitPair> CostBenefit; member in __anon463f3bdb0111::InlineCostCallAnalyzer
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h106 std::optional<CostBenefitPair> CostBenefit; variable