Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h76 bool UnrollRuntimeLoopRemainder(Loop *L, unsigned Count,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp472 !UnrollRuntimeLoopRemainder(L, Count, AllowExpensiveTripCount, in UnrollLoop()
H A DLoopUnrollAndJam.cpp199 if (!UnrollRuntimeLoopRemainder(L, Count, /*AllowExpensiveTripCount*/ false, in UnrollAndJamLoop()
H A DLoopUnrollRuntime.cpp554 bool llvm::UnrollRuntimeLoopRemainder(Loop *L, unsigned Count, in UnrollRuntimeLoopRemainder() function in llvm