Home | History | Annotate | Download | only in Scalar

Lines Matching refs:AliasSet

119     AliasSetTracker *CurAST; // AliasSet information for the current loop...
191 void PromoteAliasSet(AliasSet &AS,
468 AliasSet &AS = *I;
765 void LICM::PromoteAliasSet(AliasSet &AS,
806 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) {