Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp65 bool IsUtilMode; member in __anon1ced66850111::LoopRotate
72 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode, in LoopRotate() argument
76 IsUtilMode(IsUtilMode), PrepareForLTO(PrepareForLTO) {} in LoopRotate()
287 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
841 bool IsUtilMode = true, bool PrepareForLTO) { in LoopRotation() argument
843 IsUtilMode, PrepareForLTO); in LoopRotation()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DLoopRotationUtils.h36 bool RotationOnly, unsigned Threshold, bool IsUtilMode,