Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2041 auto SumCount = APFloat::getZero(APFloat::IEEEdouble()); in fixFuncEntryCount() local
2051 SumCount.add(APFloat(CountValue * 1.0), APFloat::rmNearestTiesToEven); in fixFuncEntryCount()
2054 if (SumCount.isZero()) in fixFuncEntryCount()
2059 if (SumBFICount.compare(SumCount) == APFloat::cmpEqual) in fixFuncEntryCount()
2061 double Scale = (SumCount / SumBFICount).convertToDouble(); in fixFuncEntryCount()