Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h323 unsigned *EstimatedLoopInvocationWeight = nullptr);
331 unsigned EstimatedLoopInvocationWeight);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp339 unsigned EstimatedLoopInvocationWeight = 0; in UnrollLoop() local
341 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
870 EstimatedLoopInvocationWeight); in UnrollLoop()
H A DLoopUtils.cpp849 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
858 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
859 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()