Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp64 bool RotationOnly; member in __anon14c277390111::LoopRotate
72 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode, in LoopRotate() argument
75 MSSAU(MSSAU), SQ(SQ), RotationOnly(RotationOnly), in LoopRotate()
808 if (!RotationOnly) in processLoop()
828 const SimplifyQuery &SQ, bool RotationOnly = true, in LoopRotation() argument
831 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h36 bool RotationOnly, unsigned Threshold, bool IsUtilMode,