Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h322 unsigned *EstimatedLoopInvocationWeight = nullptr);
330 unsigned EstimatedLoopInvocationWeight);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp832 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
852 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
853 *EstimatedLoopInvocationWeight = LatchExitWeight; in getLoopEstimatedTripCount()