Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h315 unsigned *EstimatedLoopInvocationWeight = nullptr);
323 unsigned EstimatedLoopInvocationWeight);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp812 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument
821 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()
822 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()