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.cpp1939 auto SumCount = APFloat::getZero(APFloat::IEEEdouble()); in fixFuncEntryCount() local
1949 SumCount.add(APFloat(CountValue * 1.0), APFloat::rmNearestTiesToEven); in fixFuncEntryCount()
1952 if (SumCount.isZero()) in fixFuncEntryCount()
1957 if (SumBFICount.compare(SumCount) == APFloat::cmpEqual) in fixFuncEntryCount()
1959 double Scale = (SumCount / SumBFICount).convertToDouble(); in fixFuncEntryCount()