Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp119 static cl::opt<float> ICPVTablePercentageThreshold( variable
863 if (CandidateVTableCount < Candidate.Count * ICPVTablePercentageThreshold) { in isProfitableToCompareVTables()