Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1944 auto BFIEntryCount = F.getEntryCount(); in fixFuncEntryCount() local
1945 assert(BFIEntryCount && (BFIEntryCount->getCount() > 0) && in fixFuncEntryCount()