Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp28 static cl::opt<unsigned> MaxLoopRange( variable
150 if ((unsigned)abs(diff) > MaxLoopRange) { in fixupLoopInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp28 static cl::opt<unsigned> MaxLoopRange( variable
152 if (Diff > MaxLoopRange) { in fixupLoopInstrs()