Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp61 bool RotationOnly; member in __anon755a256e0111::LoopRotate
68 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode) in LoopRotate() argument
70 MSSAU(MSSAU), SQ(SQ), RotationOnly(RotationOnly), in LoopRotate()
657 if (!RotationOnly) in processLoop()
677 const SimplifyQuery &SQ, bool RotationOnly = true, in LoopRotation() argument
682 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h37 bool RotationOnly, unsigned Threshold, bool IsUtilMode);