Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp859 uint64_t CandidateVTableCount = 0; in isProfitableToCompareVTables() local
861 CandidateVTableCount += Count; in isProfitableToCompareVTables()
863 if (CandidateVTableCount < Candidate.Count * ICPVTablePercentageThreshold) { in isProfitableToCompareVTables()
866 << " and its vtable sum count " << CandidateVTableCount in isProfitableToCompareVTables()