Home
last modified time | relevance | path

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

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