Searched refs:IsUtilMode (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 58 bool IsUtilMode; member in __anon8e4b5f0c0111::LoopRotate 64 bool RotationOnly, bool IsUtilMode) in LoopRotate() argument 66 SQ(SQ), RotationOnly(RotationOnly), IsUtilMode(IsUtilMode) {} in LoopRotate() 225 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop() 641 bool IsUtilMode = true) { in LoopRotation() argument 642 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, SQ, RotationOnly, IsUtilMode); in LoopRotation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopRotationUtils.h | 36 unsigned Threshold, bool IsUtilMode);
|