Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h316 unsigned *EstimatedLoopInvocationWeight = nullptr);
324 unsigned EstimatedLoopInvocationWeight);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp813 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
822 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
823 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()