Searched refs:FoundSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp221 AliasSet *FoundSet = 0; local
225 if (FoundSet == 0) { // If this is the first alias set ptr can go into.
226 FoundSet = I; // Remember it.
228 FoundSet->mergeSetIn(*I, *this); // Merge in contents.
232 return FoundSet;
249 AliasSet *FoundSet = 0; local
254 if (FoundSet == 0) // If this is the first alias set ptr can go into.
255 FoundSet = I; // Remember it.
257 FoundSet->mergeSetIn(*I, *this); // Merge in contents.
259 return FoundSet;
[all...]

Completed in 36 milliseconds