Home
last modified time | relevance | path

Searched refs:UnrollLoop (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDUnrollLoop.h30 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime,
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLoopUnroll.cpp163 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, in UnrollLoop() function in llvm
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.cpp917 if (!UnrollLoop(L, Count, TripCount, AllowRuntime, UP.AllowExpensiveTripCount, in runOnLoop()