Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasSetTracker.cpp41 SaturationThreshold("alias-set-saturation-threshold", cl::Hidden, variable
592 assert(!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold) && in mergeAllAliasSets()
599 ASVector.reserve(SaturationThreshold); in mergeAllAliasSets()
633 if (!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold)) { in addPointer()