Searched refs:computeUnrollCount (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 92 bool computeUnrollCount(Loop *L, const TargetTransformInfo &TTI,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 692 static bool computeUnrollCount(Loop *L, const TargetTransformInfo &TTI, in computeUnrollCount() function 964 bool IsCountSetExplicitly = computeUnrollCount(L, TTI, DT, LI, SE, TripCount, in tryToUnrollLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollAndJamPass.cpp | 183 bool ExplicitUnroll = computeUnrollCount( in computeUnrollAndJamCount()
|
D | LoopUnrollPass.cpp | 716 bool llvm::computeUnrollCount( in computeUnrollCount() function in llvm 1060 bool IsCountSetExplicitly = computeUnrollCount( in tryToUnrollLoop()
|