Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp29 static cl::opt<unsigned> DefaultRotationThreshold( variable
39 int Threshold = EnableHeaderDuplication ? DefaultRotationThreshold : 0; in run()
62 MaxHeaderSize = DefaultRotationThreshold; in LoopRotateLegacyPass()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp46 static cl::opt<unsigned> DefaultRotationThreshold( variable
634 LoopRotate LR(DefaultRotationThreshold, LI, TTI, AC, DT, SE); in run()
652 MaxHeaderSize = DefaultRotationThreshold; in LoopRotateLegacyPass()