Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1149 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; in populateCounters() local
1150 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1151 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters()
1158 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()