Home
last modified time | relevance | path

Searched refs:UnrollRuntimeLoopRemainder (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h89 bool UnrollRuntimeLoopRemainder(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp434 !UnrollRuntimeLoopRemainder(L, ULO.Count, ULO.AllowExpensiveTripCount, in UnrollLoop()
H A DLoopUnrollRuntime.cpp582 bool llvm::UnrollRuntimeLoopRemainder( in UnrollRuntimeLoopRemainder() function in llvm
H A DLoopUnrollAndJam.cpp252 if (!UnrollRuntimeLoopRemainder(L, Count, /*AllowExpensiveTripCount*/ false, in UnrollAndJamLoop()