Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasSetTracker.cpp37 SaturationThreshold("alias-set-saturation-threshold", cl::Hidden, variable
512 assert(!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold) && in mergeAllAliasSets()
519 ASVector.reserve(SaturationThreshold); in mergeAllAliasSets()
553 if (!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold)) { in addPointer()