Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h304 unsigned *EstimatedLoopInvocationWeight = nullptr);
312 unsigned EstimatedLoopInvocationWeight);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp771 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
791 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
792 *EstimatedLoopInvocationWeight = LatchExitWeight; in getLoopEstimatedTripCount()