Searched refs:RotationOnly (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 71 bool RotationOnly; member in __anonf0bb41140111::LoopRotate 79 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode, in LoopRotate() argument 82 MSSAU(MSSAU), SQ(SQ), RotationOnly(RotationOnly), in LoopRotate() 812 if (!RotationOnly) in processLoop() 832 const SimplifyQuery &SQ, bool RotationOnly = true, in LoopRotation() argument 835 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopRotationUtils.h | 36 bool RotationOnly, unsigned Threshold, bool IsUtilMode,
|