Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp71 bool RotationOnly; member in __anonec66c2bd0111::LoopRotate
79 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode, in LoopRotate() argument
82 MSSAU(MSSAU), SQ(SQ), RotationOnly(RotationOnly), in LoopRotate()
813 if (!RotationOnly) in processLoop()
833 const SimplifyQuery &SQ, bool RotationOnly = true, in LoopRotation() argument
836 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h36 bool RotationOnly, unsigned Threshold, bool IsUtilMode,