Searched refs:TotalAliasSetSize (Results 1 – 2 of 2) sorted by relevance
95 TotalAliasSetSize -= AS->size(); in removeAliasSet()126 AST.TotalAliasSetSize++; in addMemoryLocation()459 assert(!AliasAnyAS && (TotalAliasSetSize > SaturationThreshold) && in mergeAllAliasSets()500 if (!AliasAnyAS && (TotalAliasSetSize > SaturationThreshold)) { in addMemoryLocation()
226 unsigned TotalAliasSetSize = 0; variable