Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp638 uint64_t FuncCount = C.Count; in tryToPromoteWithFuncCmp() local
639 pgo::promoteIndirectCall(CB, C.TargetFunction, FuncCount, TotalCount, in tryToPromoteWithFuncCmp()
641 assert(TotalCount >= FuncCount); in tryToPromoteWithFuncCmp()
642 TotalCount -= FuncCount; in tryToPromoteWithFuncCmp()
658 APInt APFuncCount((unsigned)128, FuncCount, false /*signed*/); in tryToPromoteWithFuncCmp()