Searched defs:Unrolling (Results 1 – 4 of 4) sorted by relevance
35 …Unrolling = (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompile… enumerator
64 Unrolling = Cost != Dynamic && Cost <= UnrollingLimit enumerator
89 …Unrolling = (int(Traversal) == int(InnerVectorizedTraversal) || int(Traversal) == int(DefaultTrave… enumerator
976 int Unrolling; in runOnLoop() local