Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h315 unsigned *EstimatedLoopInvocationWeight = nullptr);
323 unsigned EstimatedLoopInvocationWeight);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp812 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
821 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
822 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()