Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp72 bool IsUtilMode; member in __anonf0bb41140111::LoopRotate
79 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode, in LoopRotate() argument
83 IsUtilMode(IsUtilMode), PrepareForLTO(PrepareForLTO) {} in LoopRotate()
297 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
834 bool IsUtilMode = true, bool PrepareForLTO) { in LoopRotation() argument
836 IsUtilMode, PrepareForLTO); in LoopRotation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h36 bool RotationOnly, unsigned Threshold, bool IsUtilMode,