Searched defs:CostBenefit (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | InlineOrder.cpp | 25 enum class InlinePriorityMode : int { Size, Cost, CostBenefit, ML }; enumerator |
H A D | InlineCost.cpp | 600 std::optional<CostBenefitPair> CostBenefit; member in __anon463f3bdb0111::InlineCostCallAnalyzer |
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | InlineCost.h | 106 std::optional<CostBenefitPair> CostBenefit; variable |