Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h491 Optional<unsigned> getLoopEstimatedTripCount(Loop *L);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp320 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
DLoopUtils.cpp1489 Optional<unsigned> llvm::getLoopEstimatedTripCount(Loop *L) { in getLoopEstimatedTripCount() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp894 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7367 auto EstimatedTC = getLoopEstimatedTripCount(L); in processLoop()