Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2037 auto BFIEntryCount = F.getEntryCount(); in fixFuncEntryCount() local
2038 assert(BFIEntryCount && (BFIEntryCount->getCount() > 0) && in fixFuncEntryCount()