Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp33 static cl::opt<unsigned> ICPRemainingPercentThreshold( variable
60 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp36 static cl::opt<unsigned> ICPRemainingPercentThreshold( variable
63 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()