Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DUnrollLoopTest.cpp74 UnrollRuntimeLoopRemainder(L, 4, true, false, false, false, &LI, &SE, &DT, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h84 bool UnrollRuntimeLoopRemainder(
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp413 !UnrollRuntimeLoopRemainder(L, ULO.Count, ULO.AllowExpensiveTripCount, in UnrollLoop()
H A DLoopUnrollRuntime.cpp562 bool llvm::UnrollRuntimeLoopRemainder( in UnrollRuntimeLoopRemainder() function in llvm
H A DLoopUnrollAndJam.cpp250 if (!UnrollRuntimeLoopRemainder(L, Count, /*AllowExpensiveTripCount*/ false, in UnrollAndJamLoop()