Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1973 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale; in fixFuncEntryCount() local
1974 if (NewEntryCount == 0) in fixFuncEntryCount()
1975 NewEntryCount = 1; in fixFuncEntryCount()
1976 if (NewEntryCount != FuncEntryCount) { in fixFuncEntryCount()
1977 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()
1980 << NewEntryCount << "\n"); in fixFuncEntryCount()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1878 const uint64_t NewEntryCount = in updateProfileCallee() local
1885 uint64_t CloneEntryCount = PriorEntryCount - NewEntryCount; in updateProfileCallee()
1893 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()
1900 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()