Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp537 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); in run() local
540 if (PreheaderCount && (*PreheaderCount * 3) >= (*InstrCount * 2)) in run()