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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp292 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); local
295 if (PreheaderCount &&
296 (PreheaderCount.getValue() * 3) >= (InstrCount.getValue() * 2))

Completed in 106 milliseconds