Home
last modified time | relevance | path

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

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