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.h332 unsigned *EstimatedLoopInvocationWeight = nullptr);
340 unsigned EstimatedLoopInvocationWeight);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp498 unsigned EstimatedLoopInvocationWeight = 0; in UnrollLoop() local
500 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
1038 EstimatedLoopInvocationWeight); in UnrollLoop()
H A DLoopUtils.cpp842 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
851 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
852 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()