Lines Matching refs:AA
161 AAResults &AA) const { in hasSpacialReuse()
164 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasSpacialReuse()
217 DependenceInfo &DI, AAResults &AA) const { in hasTemporalReuse()
220 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasTemporalReuse()
545 AAResults &AA) const { in isAliased()
548 return AA.isMustAlias(Loc1, Loc2); in isAliased()
564 AAResults &AA, DependenceInfo &DI, in CacheCost() argument
567 TTI(TTI), AA(AA), DI(DI) { in CacheCost()
596 return std::make_unique<CacheCost>(Loops, AR.LI, AR.SE, AR.TTI, AR.AA, DI, TRT); in getCacheCost()
657 R->hasTemporalReuse(Representative, *TRT, *InnerMostLoop, DI, AA); in populateReferenceGroups()
659 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups()
739 DependenceInfo DI(F, &AR.AA, &AR.SE, &AR.LI); in run()