Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp964 uint64_t phFreq = BFI.getBlockFreq(L.getLoopPreheader()).getFrequency(); in estimatedTripCount() local
965 if (phFreq == 0 || hFreq == 0) in estimatedTripCount()
967 return {hFreq / phFreq}; in estimatedTripCount()