Searched refs:RotationOnly (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 57 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/ |
D | LoopRotationUtils.h | 35 const SimplifyQuery &SQ, bool RotationOnly,
|