Home
last modified time | relevance | path

Searched refs:getLoopEstimatedTripCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h267 Optional<unsigned> getLoopEstimatedTripCount(Loop *L);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp377 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
DLoopUtils.cpp691 Optional<unsigned> llvm::getLoopEstimatedTripCount(Loop *L) { in getLoopEstimatedTripCount() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp941 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp372 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()