Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp363 uint64_t TotalFuncCount, uint32_t NumCandidates,
714 uint64_t TotalFuncCount, uint32_t NumCandidates, in tryToPromoteWithVTableCmp() argument
730 TotalFuncCount - Candidate.Count)); in tryToPromoteWithVTableCmp()
741 << " out of " << ore::NV("TotalCount", TotalFuncCount) << ", sink " in tryToPromoteWithVTableCmp()
764 assert(TotalFuncCount >= Candidate.Count && in tryToPromoteWithVTableCmp()
770 TotalFuncCount -= std::min(TotalFuncCount, Candidate.Count); in tryToPromoteWithVTableCmp()
798 updateFuncValueProfiles(CB, VDs, TotalFuncCount, NumCandidates); in tryToPromoteWithVTableCmp()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3031 uint64_t HotFuncCount, uint64_t TotalFuncCount, in dumpHotFunctionList() argument
3039 assert(TotalFuncCount > 0 && in dumpHotFunctionList()
3046 FOS << HotFuncCount << " out of " << TotalFuncCount in dumpHotFunctionList()
3049 (static_cast<double>(HotFuncCount) / TotalFuncCount * 100)) in dumpHotFunctionList()