Home
last modified time | relevance | path

Searched refs:TotalAliasSetSize (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp95 TotalAliasSetSize -= AS->size(); in removeAliasSet()
126 AST.TotalAliasSetSize++; in addMemoryLocation()
459 assert(!AliasAnyAS && (TotalAliasSetSize > SaturationThreshold) && in mergeAllAliasSets()
500 if (!AliasAnyAS && (TotalAliasSetSize > SaturationThreshold)) { in addMemoryLocation()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h226 unsigned TotalAliasSetSize = 0; variable