Home
last modified time | relevance | path

Searched refs:RotationOnly (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp57 bool RotationOnly; member in __anon1c988ba30111::LoopRotate
64 bool RotationOnly, bool IsUtilMode) in LoopRotate() argument
66 SQ(SQ), RotationOnly(RotationOnly), IsUtilMode(IsUtilMode) {} in LoopRotate()
619 if (!RotationOnly) in processLoop()
639 bool RotationOnly = true, in LoopRotation() argument
642 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, SQ, RotationOnly, IsUtilMode); in LoopRotation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopRotationUtils.h35 const SimplifyQuery &SQ, bool RotationOnly,