Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp926 LoopVectorizeHints(const Loop *L, bool DisableInterleaving) in LoopVectorizeHints() argument
929 Interleave("interleave.count", DisableInterleaving, HK_UNROLL), in LoopVectorizeHints()
939 DEBUG(if (DisableInterleaving && Interleave.Value == 1) dbgs() in LoopVectorizeHints()