Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7313 unsigned UserIC = Hints.getInterleave(); in processLoop() local
7333 if (IC == 1 && UserIC <= 1) { in processLoop()
7340 if (UserIC == 1) { in processLoop()
7345 } else if (IC > 1 && UserIC == 1) { in processLoop()
7357 IC = UserIC > 0 ? UserIC : IC; in processLoop()