Home
last modified time | relevance | path

Searched refs:FuncEntryCount (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1142 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; in populateCounters() local
1143 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1144 uint64_t FuncMaxCount = FuncEntryCount; in populateCounters()
1151 markFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()