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.cpp870 uint64_t CandidateVTableCount = 0; in isProfitableToCompareVTables() local
873 CandidateVTableCount += Count; in isProfitableToCompareVTables()
879 if (CandidateVTableCount < Candidate.Count * ICPVTablePercentageThreshold) { in isProfitableToCompareVTables()
882 << " and its vtable sum count " << CandidateVTableCount in isProfitableToCompareVTables()