Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp653 uint64_t SumVTableCount = 0; in tryToPromoteWithFuncCmp() local
655 SumVTableCount += VTableCount; in tryToPromoteWithFuncCmp()
660 VTableGUIDCounts[GUID] -= APFuncCount.udiv(SumVTableCount).getZExtValue(); in tryToPromoteWithFuncCmp()