Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp120 unsigned LimitUB = 0; in shouldBalignLoop() local
124 LimitUB = TinyLoopAlignLimitUB; in shouldBalignLoop()
127 LimitUB = HVXLoopAlignLimitUB; in shouldBalignLoop()
129 LimitUB = LoopAlignLimitUB; in shouldBalignLoop()
133 if (LimitUB == 0) in shouldBalignLoop()
136 return InstCnt >= LoopAlignLimitLB && InstCnt <= LimitUB && in shouldBalignLoop()