Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp62 bool IsUtilMode; member in __anon755a256e0111::LoopRotate
68 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode) in LoopRotate() argument
71 IsUtilMode(IsUtilMode) {} in LoopRotate()
230 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
679 bool IsUtilMode = true) { in LoopRotation() argument
683 IsUtilMode); in LoopRotation()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h37 bool RotationOnly, unsigned Threshold, bool IsUtilMode);