Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp972 APInt LowerBoundCycleSavings = CycleSavings; in costBenefitAnalysis() local
973 LowerBoundCycleSavings *= in costBenefitAnalysis()
975 if (LowerBoundCycleSavings.ult(Threshold)) in costBenefitAnalysis()