Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp699 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; in populateCounters() local
700 F.setEntryCount(FuncEntryCount); in populateCounters()
701 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters()
704 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()