Home
last modified time | relevance | path

Searched defs:EstimatedTripCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopPeel.cpp638 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount() local
HDLoopUtils.cpp867 bool llvm::setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount, in setLoopEstimatedTripCount()