Searched refs:TotalAliasSetSize (Results 1 – 2 of 2) sorted by relevance
94 TotalAliasSetSize -= AS->size(); in removeAliasSet()125 AST.TotalAliasSetSize++; in addMemoryLocation()455 assert(!AliasAnyAS && (TotalAliasSetSize > SaturationThreshold) && in mergeAllAliasSets()496 if (!AliasAnyAS && (TotalAliasSetSize > SaturationThreshold)) { in addMemoryLocation()
231 unsigned TotalAliasSetSize = 0; variable