Lines Matching defs:CLS
160 IndexedReference::hasSpacialReuse(const IndexedReference &Other, unsigned CLS,
202 bool InSameCacheLine = (Diff->getValue()->getSExtValue() < CLS);
273 unsigned CLS) const {
292 if (isConsecutive(L, Stride, CLS)) {
294 // (TripCount*Stride)/CLS.
298 const SCEV *CacheLineSize = SE.getConstant(WiderType, CLS);
310 << "Access is consecutive: RefCost=(TripCount*Stride)/CLS="
468 unsigned CLS) const {
495 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS);
622 unsigned CLS = TTI.getCacheLineSize();
659 R->hasSpacialReuse(Representative, CLS, AA);