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.h325 unsigned *EstimatedLoopInvocationWeight = nullptr);
333 unsigned EstimatedLoopInvocationWeight);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp502 unsigned EstimatedLoopInvocationWeight = 0; in UnrollLoop() local
504 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
1032 EstimatedLoopInvocationWeight); in UnrollLoop()
H A DLoopUtils.cpp850 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
859 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
860 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()