Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp37 SaturationThreshold("alias-set-saturation-threshold", cl::Hidden, variable
563 assert(!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold) && in mergeAllAliasSets()
570 ASVector.reserve(SaturationThreshold); in mergeAllAliasSets()
604 if (!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold)) { in addPointer()