Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp294 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); in run() local
297 if (PreheaderCount && in run()
298 (PreheaderCount.getValue() * 3) >= (InstrCount.getValue() * 2)) in run()