Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h84 bool UnrollRuntimeLoopRemainder(
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp414 !UnrollRuntimeLoopRemainder(L, ULO.Count, ULO.AllowExpensiveTripCount, in UnrollLoop()
H A DLoopUnrollAndJam.cpp244 if (!UnrollRuntimeLoopRemainder(L, Count, /*AllowExpensiveTripCount*/ false, in UnrollAndJamLoop()
H A DLoopUnrollRuntime.cpp563 bool llvm::UnrollRuntimeLoopRemainder( in UnrollRuntimeLoopRemainder() function in llvm