Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp52 static cl::opt<unsigned> StrNCmpInlineThreshold( variable
977 if (StrNCmpInlineThreshold < 2) in optimizeStrNCmp()
1008 if (N > Str.size() || N < 2 || N > StrNCmpInlineThreshold) in optimizeStrNCmp()