Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopPeel.cpp572 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount() local
DLoopUtils.cpp829 bool llvm::setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount, in setLoopEstimatedTripCount()