Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp28 static cl::opt<unsigned> ICPRemainingPercentThreshold( variable
55 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()