Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp248 isLexicographicallyPositive(ArrayRef<char> DV, unsigned Begin, unsigned End) { in isLexicographicallyPositive() function
273 if (isLexicographicallyPositive(Cur, 0, OuterLoopId) == true) in isLegalToInterChangeLoops()
278 if (isLexicographicallyPositive(Cur, OuterLoopId, Cur.size()) == false) in isLegalToInterChangeLoops()
281 if (isLexicographicallyPositive(Cur, OuterLoopId, Cur.size()) == false) in isLegalToInterChangeLoops()