Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DUnrollLoop.h25 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount,
/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h32 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp210 if (!UnrollLoop(L, Count, TripCount, TripMultiple, LI, &LPM)) in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopUnroll.cpp137 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, in UnrollLoop() function in llvm
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp203 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force, in UnrollLoop() function in llvm
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp973 if (!UnrollLoop(L, UP.Count, TripCount, UP.Force, UP.Runtime, in tryToUnrollLoop()