Searched refs:MaxMemDepDistance (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp99 static const unsigned MaxMemDepDistance = 160; member in namespace:__anon13022
3010 // 2) MaxMemDepDistance: It's for very large blocks and it aborts
3014 if (DistToSrc >= MaxMemDepDistance ||
3037 // starting instruction is i0 and MaxMemDepDistance = 3.
3043 // MaxMemDepDistance let us stop alias-checking at i3 and we add
3046 // (because of MaxMemDepDistance). As we added a dependency from
3049 if (DistToSrc >= 2 * MaxMemDepDistance)

Completed in 38 milliseconds