Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp75 ICPCutOff("icp-cutoff", cl::init(0), cl::Hidden, cl::ZeroOrMore, variable
258 if (ICPCutOff != 0 && NumOfPGOICallPromotion >= ICPCutOff) { in getPromotionCandidatesForCallSite()
418 if (ICPCutOff != 0 && NumOfPGOICallPromotion >= ICPCutOff) { in promoteIndirectCalls()