Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6493 unsigned UserIC = Hints.getInterleave(); in processLoop() local
6513 if (IC == 1 && UserIC <= 1) { in processLoop()
6519 if (UserIC == 1) in processLoop()
6522 } else if (IC > 1 && UserIC == 1) { in processLoop()
6532 IC = UserIC > 0 ? UserIC : IC; in processLoop()