Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1940 auto SumBFICount = APFloat::getZero(APFloat::IEEEdouble()); in fixFuncEntryCount() local
1950 SumBFICount.add(APFloat(BFICountValue * 1.0), APFloat::rmNearestTiesToEven); in fixFuncEntryCount()
1955 assert(SumBFICount.compare(APFloat(0.0)) == APFloat::cmpGreaterThan && in fixFuncEntryCount()
1957 if (SumBFICount.compare(SumCount) == APFloat::cmpEqual) in fixFuncEntryCount()
1959 double Scale = (SumCount / SumBFICount).convertToDouble(); in fixFuncEntryCount()