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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1318 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; local
1319 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real));
1320 uint64_t FuncMaxCount = FuncEntryCount;
1327 markFunctionAttributes(FuncEntryCount, FuncMaxCount);

Completed in 60 milliseconds