Searched refs:FoundSet (Results 1 – 1 of 1) sorted by relevance
220 AliasSet *FoundSet = 0; in findAliasSetForPointer() local224 if (FoundSet == 0) { // If this is the first alias set ptr can go into. in findAliasSetForPointer()225 FoundSet = I; // Remember it. in findAliasSetForPointer()227 FoundSet->mergeSetIn(*I, *this); // Merge in contents. in findAliasSetForPointer()231 return FoundSet; in findAliasSetForPointer()248 AliasSet *FoundSet = 0; in findAliasSetForCallSite() local253 if (FoundSet == 0) // If this is the first alias set ptr can go into. in findAliasSetForCallSite()254 FoundSet = I; // Remember it. in findAliasSetForCallSite()256 FoundSet->mergeSetIn(*I, *this); // Merge in contents. in findAliasSetForCallSite()258 return FoundSet; in findAliasSetForCallSite()