Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp71 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 DLoopRotationUtils.h36 bool RotationOnly, unsigned Threshold, bool IsUtilMode,