Home | History | Annotate | Download | only in Scalar

Lines Matching refs:AliasSet

139     AliasSetTracker *CurAST; // AliasSet information for the current loop...
462 AliasSet &AS = *I;
770 bool llvm::promoteLoopAccessesToScalars(AliasSet &AS,
824 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) {