Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp284 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); in run() local
287 if (PreheaderCount && (*PreheaderCount * 3) >= (*InstrCount * 2)) in run()