Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp41 ICPTotalPercentThreshold("icp-total-percent-threshold", cl::init(5), variable
61 Count * 100 >= ICPTotalPercentThreshold * TotalCount; in isPromotionProfitable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp44 ICPTotalPercentThreshold("icp-total-percent-threshold", cl::init(5), variable
64 Count * 100 >= ICPTotalPercentThreshold * TotalCount; in isPromotionProfitable()