Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1708 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale; in fixFuncEntryCount() local
1709 if (NewEntryCount == 0) in fixFuncEntryCount()
1710 NewEntryCount = 1; in fixFuncEntryCount()
1711 if (NewEntryCount != FuncEntryCount) { in fixFuncEntryCount()
1712 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()
1715 << NewEntryCount << "\n"); in fixFuncEntryCount()